| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteAggregationAuthorizationResponse |
ConfigClient.deleteAggregationAuthorization(Consumer<DeleteAggregationAuthorizationRequest.Builder> deleteAggregationAuthorizationRequest)
Deletes the authorization granted to the specified configuration aggregator account in a specified region.
|
default CompletableFuture<DeleteAggregationAuthorizationResponse> |
ConfigAsyncClient.deleteAggregationAuthorization(Consumer<DeleteAggregationAuthorizationRequest.Builder> deleteAggregationAuthorizationRequest)
Deletes the authorization granted to the specified configuration aggregator account in a specified region.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteAggregationAuthorizationRequest.Builder |
DeleteAggregationAuthorizationRequest.Builder.authorizedAccountId(String authorizedAccountId)
The 12-digit account ID of the account authorized to aggregate data.
|
DeleteAggregationAuthorizationRequest.Builder |
DeleteAggregationAuthorizationRequest.Builder.authorizedAwsRegion(String authorizedAwsRegion)
The region authorized to collect aggregated data.
|
static DeleteAggregationAuthorizationRequest.Builder |
DeleteAggregationAuthorizationRequest.builder() |
DeleteAggregationAuthorizationRequest.Builder |
DeleteAggregationAuthorizationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAggregationAuthorizationRequest.Builder |
DeleteAggregationAuthorizationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteAggregationAuthorizationRequest.Builder |
DeleteAggregationAuthorizationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteAggregationAuthorizationRequest.Builder> |
DeleteAggregationAuthorizationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.