Uses of Class
software.amazon.awssdk.services.config.model.ConfigurationRecorderSummary
-
Packages that use ConfigurationRecorderSummary Package Description software.amazon.awssdk.services.config.model software.amazon.awssdk.services.config.paginators -
-
Uses of ConfigurationRecorderSummary in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ConfigurationRecorderSummary Modifier and Type Method Description List<ConfigurationRecorderSummary>ListConfigurationRecordersResponse. configurationRecorderSummaries()A list ofConfigurationRecorderSummaryobjects that includes.Methods in software.amazon.awssdk.services.config.model with parameters of type ConfigurationRecorderSummary Modifier and Type Method Description ListConfigurationRecordersResponse.BuilderListConfigurationRecordersResponse.Builder. configurationRecorderSummaries(ConfigurationRecorderSummary... configurationRecorderSummaries)A list ofConfigurationRecorderSummaryobjects that includes.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type ConfigurationRecorderSummary Modifier and Type Method Description ListConfigurationRecordersResponse.BuilderListConfigurationRecordersResponse.Builder. configurationRecorderSummaries(Collection<ConfigurationRecorderSummary> configurationRecorderSummaries)A list ofConfigurationRecorderSummaryobjects that includes. -
Uses of ConfigurationRecorderSummary in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type ConfigurationRecorderSummary Modifier and Type Method Description SdkIterable<ConfigurationRecorderSummary>ListConfigurationRecordersIterable. configurationRecorderSummaries()Returns an iterable to iterate through the paginatedListConfigurationRecordersResponse.configurationRecorderSummaries()member.SdkPublisher<ConfigurationRecorderSummary>ListConfigurationRecordersPublisher. configurationRecorderSummaries()Returns a publisher that can be used to get a stream of data.
-