AWSAccountCreateResponse |
AwsIntegrationApi.createAWSAccount(AWSAccount body)
Create an AWS integration.
|
CompletableFuture<AWSAccountCreateResponse> |
AwsIntegrationApi.createAWSAccountAsync(AWSAccount body)
Create an AWS integration.
|
ApiResponse<AWSAccountCreateResponse> |
AwsIntegrationApi.createAWSAccountWithHttpInfo(AWSAccount body)
Create a Datadog-Amazon Web Services integration.
|
CompletableFuture<ApiResponse<AWSAccountCreateResponse>> |
AwsIntegrationApi.createAWSAccountWithHttpInfoAsync(AWSAccount body)
Create an AWS integration.
|
AWSAccountCreateResponse |
AwsIntegrationApi.createNewAWSExternalID(AWSAccount body)
Generate a new external ID.
|
CompletableFuture<AWSAccountCreateResponse> |
AwsIntegrationApi.createNewAWSExternalIDAsync(AWSAccount body)
Generate a new external ID.
|
ApiResponse<AWSAccountCreateResponse> |
AwsIntegrationApi.createNewAWSExternalIDWithHttpInfo(AWSAccount body)
Generate a new AWS external ID for a given AWS account ID and role name pair.
|
CompletableFuture<ApiResponse<AWSAccountCreateResponse>> |
AwsIntegrationApi.createNewAWSExternalIDWithHttpInfoAsync(AWSAccount body)
Generate a new external ID.
|
Object |
AwsIntegrationApi.updateAWSAccount(AWSAccount body)
Update an AWS integration.
|
Object |
AwsIntegrationApi.updateAWSAccount(AWSAccount body,
AwsIntegrationApi.UpdateAWSAccountOptionalParameters parameters)
Update an AWS integration.
|
CompletableFuture<Object> |
AwsIntegrationApi.updateAWSAccountAsync(AWSAccount body)
Update an AWS integration.
|
CompletableFuture<Object> |
AwsIntegrationApi.updateAWSAccountAsync(AWSAccount body,
AwsIntegrationApi.UpdateAWSAccountOptionalParameters parameters)
Update an AWS integration.
|
ApiResponse<Object> |
AwsIntegrationApi.updateAWSAccountWithHttpInfo(AWSAccount body,
AwsIntegrationApi.UpdateAWSAccountOptionalParameters parameters)
Update a Datadog-Amazon Web Services integration.
|
CompletableFuture<ApiResponse<Object>> |
AwsIntegrationApi.updateAWSAccountWithHttpInfoAsync(AWSAccount body,
AwsIntegrationApi.UpdateAWSAccountOptionalParameters parameters)
Update an AWS integration.
|