| Package | Description |
|---|---|
| com.amazonaws.services.config |
|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<PutAggregationAuthorizationResult> |
AbstractAmazonConfigAsync.putAggregationAuthorizationAsync(PutAggregationAuthorizationRequest request,
AsyncHandler<PutAggregationAuthorizationRequest,PutAggregationAuthorizationResult> asyncHandler) |
Future<PutAggregationAuthorizationResult> |
AmazonConfigAsyncClient.putAggregationAuthorizationAsync(PutAggregationAuthorizationRequest request,
AsyncHandler<PutAggregationAuthorizationRequest,PutAggregationAuthorizationResult> asyncHandler) |
| 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) |
PutAggregationAuthorizationRequest |
PutAggregationAuthorizationRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
Copyright © 2019. All rights reserved.