| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateActionConnectionResponse |
ActionConnectionApi.updateActionConnection(String connectionId,
UpdateActionConnectionRequest body)
Update an existing Action Connection.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpdateActionConnectionResponse> |
ActionConnectionApi.updateActionConnectionAsync(String connectionId,
UpdateActionConnectionRequest body)
Update an existing Action Connection.
|
ApiResponse<UpdateActionConnectionResponse> |
ActionConnectionApi.updateActionConnectionWithHttpInfo(String connectionId,
UpdateActionConnectionRequest body)
Update an existing Action Connection.
|
CompletableFuture<ApiResponse<UpdateActionConnectionResponse>> |
ActionConnectionApi.updateActionConnectionWithHttpInfoAsync(String connectionId,
UpdateActionConnectionRequest body)
Update an existing Action Connection.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateActionConnectionResponse |
UpdateActionConnectionResponse.data(ActionConnectionData data) |
UpdateActionConnectionResponse |
UpdateActionConnectionResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2025. All rights reserved.