| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AWSAccountResponse |
AwsIntegrationApi.updateAWSAccount(String awsAccountConfigId,
AWSAccountUpdateRequest body)
Update an AWS integration.
|
CompletableFuture<AWSAccountResponse> |
AwsIntegrationApi.updateAWSAccountAsync(String awsAccountConfigId,
AWSAccountUpdateRequest body)
Update an AWS integration.
|
ApiResponse<AWSAccountResponse> |
AwsIntegrationApi.updateAWSAccountWithHttpInfo(String awsAccountConfigId,
AWSAccountUpdateRequest body)
Update an AWS Account Integration Config by config ID.
|
CompletableFuture<ApiResponse<AWSAccountResponse>> |
AwsIntegrationApi.updateAWSAccountWithHttpInfoAsync(String awsAccountConfigId,
AWSAccountUpdateRequest body)
Update an AWS integration.
|
| Modifier and Type | Method and Description |
|---|---|
AWSAccountUpdateRequest |
AWSAccountUpdateRequest.data(AWSAccountUpdateRequestData data) |
AWSAccountUpdateRequest |
AWSAccountUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.