Uses of Class
software.amazon.awssdk.services.appconfig.paginators.ListConfigurationProfilesIterable
-
Packages that use ListConfigurationProfilesIterable Package Description software.amazon.awssdk.services.appconfig Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application configurations. -
-
Uses of ListConfigurationProfilesIterable in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return ListConfigurationProfilesIterable Modifier and Type Method Description default ListConfigurationProfilesIterableAppConfigClient. listConfigurationProfilesPaginator(Consumer<ListConfigurationProfilesRequest.Builder> listConfigurationProfilesRequest)Lists the configuration profiles for an application.default ListConfigurationProfilesIterableAppConfigClient. listConfigurationProfilesPaginator(ListConfigurationProfilesRequest listConfigurationProfilesRequest)Lists the configuration profiles for an application.
-