Uses of Class
com.influxdb.client.domain.RemoteConnection
-
Uses of RemoteConnection in com.influxdb.client.domain
Modifier and TypeMethodDescriptionRemoteConnection.allowInsecureTLS
(Boolean allowInsecureTLS) RemoteConnection.description
(String description) RemoteConnection.remoteOrgID
(String remoteOrgID) Modifier and TypeMethodDescriptionRemoteConnections.remotes
(List<RemoteConnection> remotes) void
RemoteConnections.setRemotes
(List<RemoteConnection> remotes) -
Uses of RemoteConnection in com.influxdb.client.service
Modifier and TypeMethodDescriptionretrofit2.Call
<RemoteConnection> RemoteConnectionsService.getRemoteConnectionByID
(String remoteID, String zapTraceSpan) Retrieve a remote connectionretrofit2.Call
<RemoteConnection> RemoteConnectionsService.patchRemoteConnectionByID
(String remoteID, RemoteConnectionUpdateRequest remoteConnectionUpdateRequest, String zapTraceSpan) Update a remote connectionretrofit2.Call
<RemoteConnection> RemoteConnectionsService.postRemoteConnection
(RemoteConnectionCreationRequest remoteConnectionCreationRequest) Register a new remote connection