Uses of Class
software.amazon.awssdk.services.codedeploy.model.ListDeploymentGroupsRequest
-
Packages that use ListDeploymentGroupsRequest 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.software.amazon.awssdk.services.codedeploy.paginators software.amazon.awssdk.services.codedeploy.transform -
-
Uses of ListDeploymentGroupsRequest in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy with parameters of type ListDeploymentGroupsRequest Modifier and Type Method Description default CompletableFuture<ListDeploymentGroupsResponse>CodeDeployAsyncClient. listDeploymentGroups(ListDeploymentGroupsRequest listDeploymentGroupsRequest)Lists the deployment groups for an application registered with the Amazon Web Services user or Amazon Web Services account.default ListDeploymentGroupsResponseCodeDeployClient. listDeploymentGroups(ListDeploymentGroupsRequest 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.default ListDeploymentGroupsIterableCodeDeployClient. listDeploymentGroupsPaginator(ListDeploymentGroupsRequest listDeploymentGroupsRequest)Lists the deployment groups for an application registered with the Amazon Web Services user or Amazon Web Services account. -
Uses of ListDeploymentGroupsRequest in software.amazon.awssdk.services.codedeploy.paginators
Constructors in software.amazon.awssdk.services.codedeploy.paginators with parameters of type ListDeploymentGroupsRequest Constructor Description ListDeploymentGroupsIterable(CodeDeployClient client, ListDeploymentGroupsRequest firstRequest)ListDeploymentGroupsPublisher(CodeDeployAsyncClient client, ListDeploymentGroupsRequest firstRequest) -
Uses of ListDeploymentGroupsRequest in software.amazon.awssdk.services.codedeploy.transform
Methods in software.amazon.awssdk.services.codedeploy.transform with parameters of type ListDeploymentGroupsRequest Modifier and Type Method Description SdkHttpFullRequestListDeploymentGroupsRequestMarshaller. marshall(ListDeploymentGroupsRequest listDeploymentGroupsRequest)
-