| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
List<AccountAggregationSource> |
PutConfigurationAggregatorRequest.accountAggregationSources()
A list of AccountAggregationSource object.
|
List<AccountAggregationSource> |
ConfigurationAggregator.accountAggregationSources()
Provides a list of source accounts and regions to be aggregated.
|
| Modifier and Type | Method and Description |
|---|---|
PutConfigurationAggregatorRequest.Builder |
PutConfigurationAggregatorRequest.Builder.accountAggregationSources(AccountAggregationSource... accountAggregationSources)
A list of AccountAggregationSource object.
|
ConfigurationAggregator.Builder |
ConfigurationAggregator.Builder.accountAggregationSources(AccountAggregationSource... accountAggregationSources)
Provides a list of source accounts and regions to be aggregated.
|
| Modifier and Type | Method and Description |
|---|---|
PutConfigurationAggregatorRequest.Builder |
PutConfigurationAggregatorRequest.Builder.accountAggregationSources(Collection<AccountAggregationSource> accountAggregationSources)
A list of AccountAggregationSource object.
|
ConfigurationAggregator.Builder |
ConfigurationAggregator.Builder.accountAggregationSources(Collection<AccountAggregationSource> accountAggregationSources)
Provides a list of source accounts and regions to be aggregated.
|
Copyright © 2023. All rights reserved.