| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Object |
AwsIntegrationApi.deleteAWSAccount(AWSAccountDeleteRequest body)
Delete an AWS integration.
|
CompletableFuture<Object> |
AwsIntegrationApi.deleteAWSAccountAsync(AWSAccountDeleteRequest body)
Delete an AWS integration.
|
ApiResponse<Object> |
AwsIntegrationApi.deleteAWSAccountWithHttpInfo(AWSAccountDeleteRequest body)
Delete a Datadog-AWS integration matching the specified
account_id and
role_name parameters. |
CompletableFuture<ApiResponse<Object>> |
AwsIntegrationApi.deleteAWSAccountWithHttpInfoAsync(AWSAccountDeleteRequest body)
Delete an AWS integration.
|
| Modifier and Type | Method and Description |
|---|---|
AWSAccountDeleteRequest |
AWSAccountDeleteRequest.accessKeyId(String accessKeyId) |
AWSAccountDeleteRequest |
AWSAccountDeleteRequest.accountId(String accountId) |
AWSAccountDeleteRequest |
AWSAccountDeleteRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AWSAccountDeleteRequest |
AWSAccountDeleteRequest.roleName(String roleName) |
Copyright © 2024. All rights reserved.