Uses of Class
software.amazon.awssdk.services.config.model.AccountAggregationSource
-
Packages that use AccountAggregationSource Package Description software.amazon.awssdk.services.config.model -
-
Uses of AccountAggregationSource in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type AccountAggregationSource Modifier and Type Method Description List<AccountAggregationSource>ConfigurationAggregator. accountAggregationSources()Provides a list of source accounts and regions to be aggregated.List<AccountAggregationSource>PutConfigurationAggregatorRequest. accountAggregationSources()A list of AccountAggregationSource object.Methods in software.amazon.awssdk.services.config.model with parameters of type AccountAggregationSource Modifier and Type Method Description ConfigurationAggregator.BuilderConfigurationAggregator.Builder. accountAggregationSources(AccountAggregationSource... accountAggregationSources)Provides a list of source accounts and regions to be aggregated.PutConfigurationAggregatorRequest.BuilderPutConfigurationAggregatorRequest.Builder. accountAggregationSources(AccountAggregationSource... accountAggregationSources)A list of AccountAggregationSource object.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type AccountAggregationSource Modifier and Type Method Description ConfigurationAggregator.BuilderConfigurationAggregator.Builder. accountAggregationSources(Collection<AccountAggregationSource> accountAggregationSources)Provides a list of source accounts and regions to be aggregated.PutConfigurationAggregatorRequest.BuilderPutConfigurationAggregatorRequest.Builder. accountAggregationSources(Collection<AccountAggregationSource> accountAggregationSources)A list of AccountAggregationSource object.
-