Uses of Class
software.amazon.awssdk.services.config.model.OrganizationAggregationSource
-
Packages that use OrganizationAggregationSource Package Description software.amazon.awssdk.services.config.model -
-
Uses of OrganizationAggregationSource in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return OrganizationAggregationSource Modifier and Type Method Description OrganizationAggregationSourceConfigurationAggregator. organizationAggregationSource()Provides an organization and list of regions to be aggregated.OrganizationAggregationSourcePutConfigurationAggregatorRequest. organizationAggregationSource()An OrganizationAggregationSource object.Methods in software.amazon.awssdk.services.config.model with parameters of type OrganizationAggregationSource Modifier and Type Method Description ConfigurationAggregator.BuilderConfigurationAggregator.Builder. organizationAggregationSource(OrganizationAggregationSource organizationAggregationSource)Provides an organization and list of regions to be aggregated.PutConfigurationAggregatorRequest.BuilderPutConfigurationAggregatorRequest.Builder. organizationAggregationSource(OrganizationAggregationSource organizationAggregationSource)An OrganizationAggregationSource object.
-