Uses of Class
software.amazon.awssdk.services.config.model.ConfigurationAggregator
-
Packages that use ConfigurationAggregator Package Description software.amazon.awssdk.services.config.model software.amazon.awssdk.services.config.paginators -
-
Uses of ConfigurationAggregator in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return ConfigurationAggregator Modifier and Type Method Description ConfigurationAggregatorPutConfigurationAggregatorResponse. configurationAggregator()Returns a ConfigurationAggregator object.Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ConfigurationAggregator Modifier and Type Method Description List<ConfigurationAggregator>DescribeConfigurationAggregatorsResponse. configurationAggregators()Returns a ConfigurationAggregators object.Methods in software.amazon.awssdk.services.config.model with parameters of type ConfigurationAggregator Modifier and Type Method Description PutConfigurationAggregatorResponse.BuilderPutConfigurationAggregatorResponse.Builder. configurationAggregator(ConfigurationAggregator configurationAggregator)Returns a ConfigurationAggregator object.DescribeConfigurationAggregatorsResponse.BuilderDescribeConfigurationAggregatorsResponse.Builder. configurationAggregators(ConfigurationAggregator... configurationAggregators)Returns a ConfigurationAggregators object.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type ConfigurationAggregator Modifier and Type Method Description DescribeConfigurationAggregatorsResponse.BuilderDescribeConfigurationAggregatorsResponse.Builder. configurationAggregators(Collection<ConfigurationAggregator> configurationAggregators)Returns a ConfigurationAggregators object. -
Uses of ConfigurationAggregator in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type ConfigurationAggregator Modifier and Type Method Description SdkIterable<ConfigurationAggregator>DescribeConfigurationAggregatorsIterable. configurationAggregators()Returns an iterable to iterate through the paginatedDescribeConfigurationAggregatorsResponse.configurationAggregators()member.SdkPublisher<ConfigurationAggregator>DescribeConfigurationAggregatorsPublisher. configurationAggregators()Returns a publisher that can be used to get a stream of data.
-