Uses of Class
software.amazon.awssdk.services.appconfig.paginators.ListDeploymentsIterable
-
Packages that use ListDeploymentsIterable 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 ListDeploymentsIterable in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return ListDeploymentsIterable Modifier and Type Method Description default ListDeploymentsIterableAppConfigClient. listDeploymentsPaginator(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Lists the deployments for an environment in descending deployment number order.default ListDeploymentsIterableAppConfigClient. listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)Lists the deployments for an environment in descending deployment number order.
-