Uses of Class
software.amazon.awssdk.services.config.model.AggregatedSourceStatus
-
Packages that use AggregatedSourceStatus Package Description software.amazon.awssdk.services.config.model software.amazon.awssdk.services.config.paginators -
-
Uses of AggregatedSourceStatus in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type AggregatedSourceStatus Modifier and Type Method Description List<AggregatedSourceStatus>DescribeConfigurationAggregatorSourcesStatusResponse. aggregatedSourceStatusList()Returns an AggregatedSourceStatus object.Methods in software.amazon.awssdk.services.config.model with parameters of type AggregatedSourceStatus Modifier and Type Method Description DescribeConfigurationAggregatorSourcesStatusResponse.BuilderDescribeConfigurationAggregatorSourcesStatusResponse.Builder. aggregatedSourceStatusList(AggregatedSourceStatus... aggregatedSourceStatusList)Returns an AggregatedSourceStatus object.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type AggregatedSourceStatus Modifier and Type Method Description DescribeConfigurationAggregatorSourcesStatusResponse.BuilderDescribeConfigurationAggregatorSourcesStatusResponse.Builder. aggregatedSourceStatusList(Collection<AggregatedSourceStatus> aggregatedSourceStatusList)Returns an AggregatedSourceStatus object. -
Uses of AggregatedSourceStatus in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type AggregatedSourceStatus Modifier and Type Method Description SdkIterable<AggregatedSourceStatus>DescribeConfigurationAggregatorSourcesStatusIterable. aggregatedSourceStatusList()Returns an iterable to iterate through the paginatedDescribeConfigurationAggregatorSourcesStatusResponse.aggregatedSourceStatusList()member.SdkPublisher<AggregatedSourceStatus>DescribeConfigurationAggregatorSourcesStatusPublisher. aggregatedSourceStatusList()Returns a publisher that can be used to get a stream of data.
-