| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
AccountAggregationSource |
AccountAggregationSource.clone() |
AccountAggregationSource |
AccountAggregationSource.withAccountIds(Collection<String> accountIds)
The 12-digit account ID of the account being aggregated.
|
AccountAggregationSource |
AccountAggregationSource.withAccountIds(String... accountIds)
The 12-digit account ID of the account being aggregated.
|
AccountAggregationSource |
AccountAggregationSource.withAllAwsRegions(Boolean allAwsRegions)
If true, aggregate existing Config regions and future regions.
|
AccountAggregationSource |
AccountAggregationSource.withAwsRegions(Collection<String> awsRegions)
The source regions being aggregated.
|
AccountAggregationSource |
AccountAggregationSource.withAwsRegions(String... awsRegions)
The source regions being aggregated.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountAggregationSource> |
ConfigurationAggregator.getAccountAggregationSources()
Provides a list of source accounts and regions to be aggregated.
|
List<AccountAggregationSource> |
PutConfigurationAggregatorRequest.getAccountAggregationSources()
A list of AccountAggregationSource object.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationAggregator |
ConfigurationAggregator.withAccountAggregationSources(AccountAggregationSource... accountAggregationSources)
Provides a list of source accounts and regions to be aggregated.
|
PutConfigurationAggregatorRequest |
PutConfigurationAggregatorRequest.withAccountAggregationSources(AccountAggregationSource... accountAggregationSources)
A list of AccountAggregationSource object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationAggregator.setAccountAggregationSources(Collection<AccountAggregationSource> accountAggregationSources)
Provides a list of source accounts and regions to be aggregated.
|
void |
PutConfigurationAggregatorRequest.setAccountAggregationSources(Collection<AccountAggregationSource> accountAggregationSources)
A list of AccountAggregationSource object.
|
ConfigurationAggregator |
ConfigurationAggregator.withAccountAggregationSources(Collection<AccountAggregationSource> accountAggregationSources)
Provides a list of source accounts and regions to be aggregated.
|
PutConfigurationAggregatorRequest |
PutConfigurationAggregatorRequest.withAccountAggregationSources(Collection<AccountAggregationSource> accountAggregationSources)
A list of AccountAggregationSource object.
|
Copyright © 2024. All rights reserved.