Uses of Class
software.amazon.awssdk.services.codedeploy.model.GetDeploymentGroupRequest
-
Packages that use GetDeploymentGroupRequest 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.transform -
-
Uses of GetDeploymentGroupRequest in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy with parameters of type GetDeploymentGroupRequest Modifier and Type Method Description default CompletableFuture<GetDeploymentGroupResponse>CodeDeployAsyncClient. getDeploymentGroup(GetDeploymentGroupRequest getDeploymentGroupRequest)Gets information about a deployment group.default GetDeploymentGroupResponseCodeDeployClient. getDeploymentGroup(GetDeploymentGroupRequest getDeploymentGroupRequest)Gets information about a deployment group. -
Uses of GetDeploymentGroupRequest in software.amazon.awssdk.services.codedeploy.transform
Methods in software.amazon.awssdk.services.codedeploy.transform with parameters of type GetDeploymentGroupRequest Modifier and Type Method Description SdkHttpFullRequestGetDeploymentGroupRequestMarshaller. marshall(GetDeploymentGroupRequest getDeploymentGroupRequest)
-