| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
OrgConnectionResponse |
OrgConnectionsApi.updateOrgConnections(UUID connectionId,
OrgConnectionUpdateRequest body)
Update Org Connection.
|
CompletableFuture<OrgConnectionResponse> |
OrgConnectionsApi.updateOrgConnectionsAsync(UUID connectionId,
OrgConnectionUpdateRequest body)
Update Org Connection.
|
ApiResponse<OrgConnectionResponse> |
OrgConnectionsApi.updateOrgConnectionsWithHttpInfo(UUID connectionId,
OrgConnectionUpdateRequest body)
Update an existing org connection.
|
CompletableFuture<ApiResponse<OrgConnectionResponse>> |
OrgConnectionsApi.updateOrgConnectionsWithHttpInfoAsync(UUID connectionId,
OrgConnectionUpdateRequest body)
Update Org Connection.
|
| Modifier and Type | Method and Description |
|---|---|
OrgConnectionUpdateRequest |
OrgConnectionUpdateRequest.data(OrgConnectionUpdate data) |
OrgConnectionUpdateRequest |
OrgConnectionUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.