Uses of Class
software.amazon.awssdk.services.appconfig.model.ConfigurationProfileSummary
-
Packages that use ConfigurationProfileSummary Package Description software.amazon.awssdk.services.appconfig.model software.amazon.awssdk.services.appconfig.paginators -
-
Uses of ConfigurationProfileSummary in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type ConfigurationProfileSummary Modifier and Type Method Description List<ConfigurationProfileSummary>ListConfigurationProfilesResponse. items()The elements from this collection.Methods in software.amazon.awssdk.services.appconfig.model with parameters of type ConfigurationProfileSummary Modifier and Type Method Description ListConfigurationProfilesResponse.BuilderListConfigurationProfilesResponse.Builder. items(ConfigurationProfileSummary... items)The elements from this collection.Method parameters in software.amazon.awssdk.services.appconfig.model with type arguments of type ConfigurationProfileSummary Modifier and Type Method Description ListConfigurationProfilesResponse.BuilderListConfigurationProfilesResponse.Builder. items(Collection<ConfigurationProfileSummary> items)The elements from this collection. -
Uses of ConfigurationProfileSummary in software.amazon.awssdk.services.appconfig.paginators
Methods in software.amazon.awssdk.services.appconfig.paginators that return types with arguments of type ConfigurationProfileSummary Modifier and Type Method Description SdkIterable<ConfigurationProfileSummary>ListConfigurationProfilesIterable. items()Returns an iterable to iterate through the paginatedListConfigurationProfilesResponse.items()member.SdkPublisher<ConfigurationProfileSummary>ListConfigurationProfilesPublisher. items()Returns a publisher that can be used to get a stream of data.
-