| Package | Description |
|---|---|
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
RemoteConnection |
RemoteConnection.allowInsecureTLS(Boolean allowInsecureTLS) |
RemoteConnection |
RemoteConnection.description(String description) |
RemoteConnection |
RemoteConnection.id(String id) |
RemoteConnection |
RemoteConnection.name(String name) |
RemoteConnection |
RemoteConnection.orgID(String orgID) |
RemoteConnection |
RemoteConnection.remoteOrgID(String remoteOrgID) |
RemoteConnection |
RemoteConnection.remoteURL(String remoteURL) |
| Modifier and Type | Method and Description |
|---|---|
List<RemoteConnection> |
RemoteConnections.getRemotes()
Get remotes
|
| Modifier and Type | Method and Description |
|---|---|
RemoteConnections |
RemoteConnections.addRemotesItem(RemoteConnection remotesItem) |
| Modifier and Type | Method and Description |
|---|---|
RemoteConnections |
RemoteConnections.remotes(List<RemoteConnection> remotes) |
void |
RemoteConnections.setRemotes(List<RemoteConnection> remotes) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<RemoteConnection> |
RemoteConnectionsService.getRemoteConnectionByID(String remoteID,
String zapTraceSpan)
Retrieve a remote connection
|
retrofit2.Call<RemoteConnection> |
RemoteConnectionsService.patchRemoteConnectionByID(String remoteID,
RemoteConnectionUpdateRequest remoteConnectionUpdateRequest,
String zapTraceSpan)
Update a remote connection
|
retrofit2.Call<RemoteConnection> |
RemoteConnectionsService.postRemoteConnection(RemoteConnectionCreationRequest remoteConnectionCreationRequest)
Register a new remote connection
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.