Uses of Class
software.amazon.awssdk.services.codedeploy.paginators.ListDeploymentGroupsPublisher
-
Packages that use ListDeploymentGroupsPublisher Package Description software.amazon.awssdk.services.codedeploy CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service. -
-
Uses of ListDeploymentGroupsPublisher in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that return ListDeploymentGroupsPublisher Modifier and Type Method Description default ListDeploymentGroupsPublisherCodeDeployAsyncClient. listDeploymentGroupsPaginator(Consumer<ListDeploymentGroupsRequest.Builder> listDeploymentGroupsRequest)Lists the deployment groups for an application registered with the Amazon Web Services user or Amazon Web Services account.default ListDeploymentGroupsPublisherCodeDeployAsyncClient. listDeploymentGroupsPaginator(ListDeploymentGroupsRequest listDeploymentGroupsRequest)Lists the deployment groups for an application registered with the Amazon Web Services user or Amazon Web Services account.
-