| Package | Description |
|---|---|
| com.amazonaws.services.config |
|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutAggregationAuthorizationResult> |
AmazonConfigAsyncClient.putAggregationAuthorizationAsync(PutAggregationAuthorizationRequest request,
AsyncHandler<PutAggregationAuthorizationRequest,PutAggregationAuthorizationResult> asyncHandler) |
Future<PutAggregationAuthorizationResult> |
AbstractAmazonConfigAsync.putAggregationAuthorizationAsync(PutAggregationAuthorizationRequest request,
AsyncHandler<PutAggregationAuthorizationRequest,PutAggregationAuthorizationResult> asyncHandler) |
Future<PutAggregationAuthorizationResult> |
AmazonConfigAsync.putAggregationAuthorizationAsync(PutAggregationAuthorizationRequest putAggregationAuthorizationRequest,
AsyncHandler<PutAggregationAuthorizationRequest,PutAggregationAuthorizationResult> asyncHandler)
Authorizes the aggregator account and region to collect data from the source account and region.
|
| Modifier and Type | Method and Description |
|---|---|
PutAggregationAuthorizationRequest |
PutAggregationAuthorizationRequest.clone() |
PutAggregationAuthorizationRequest |
PutAggregationAuthorizationRequest.withAuthorizedAccountId(String authorizedAccountId)
The 12-digit account ID of the account authorized to aggregate data.
|
PutAggregationAuthorizationRequest |
PutAggregationAuthorizationRequest.withAuthorizedAwsRegion(String authorizedAwsRegion)
The region authorized to collect aggregated data.
|
PutAggregationAuthorizationRequest |
PutAggregationAuthorizationRequest.withTags(Collection<Tag> tags)
An array of tag object.
|
PutAggregationAuthorizationRequest |
PutAggregationAuthorizationRequest.withTags(Tag... tags)
An array of tag object.
|
Copyright © 2021. All rights reserved.