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