Uses of Class
software.amazon.awssdk.services.codedeploy.model.GetDeploymentRequest
-
Packages that use GetDeploymentRequest 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 software.amazon.awssdk.services.codedeploy.waiters -
-
Uses of GetDeploymentRequest in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy with parameters of type GetDeploymentRequest Modifier and Type Method Description default CompletableFuture<GetDeploymentResponse>CodeDeployAsyncClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Gets information about a deployment.default GetDeploymentResponseCodeDeployClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Gets information about a deployment. -
Uses of GetDeploymentRequest in software.amazon.awssdk.services.codedeploy.transform
Methods in software.amazon.awssdk.services.codedeploy.transform with parameters of type GetDeploymentRequest Modifier and Type Method Description SdkHttpFullRequestGetDeploymentRequestMarshaller. marshall(GetDeploymentRequest getDeploymentRequest) -
Uses of GetDeploymentRequest in software.amazon.awssdk.services.codedeploy.waiters
Methods in software.amazon.awssdk.services.codedeploy.waiters with parameters of type GetDeploymentRequest Modifier and Type Method Description default CompletableFuture<WaiterResponse<GetDeploymentResponse>>CodeDeployAsyncWaiter. waitUntilDeploymentSuccessful(GetDeploymentRequest getDeploymentRequest)PollsCodeDeployAsyncClient.getDeployment(software.amazon.awssdk.services.codedeploy.model.GetDeploymentRequest)API until the desired conditionDeploymentSuccessfulis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<GetDeploymentResponse>>CodeDeployAsyncWaiter. waitUntilDeploymentSuccessful(GetDeploymentRequest getDeploymentRequest, WaiterOverrideConfiguration overrideConfig)PollsCodeDeployAsyncClient.getDeployment(software.amazon.awssdk.services.codedeploy.model.GetDeploymentRequest)API until the desired conditionDeploymentSuccessfulis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<GetDeploymentResponse>CodeDeployWaiter. waitUntilDeploymentSuccessful(GetDeploymentRequest getDeploymentRequest)PollsCodeDeployClient.getDeployment(software.amazon.awssdk.services.codedeploy.model.GetDeploymentRequest)API until the desired conditionDeploymentSuccessfulis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<GetDeploymentResponse>CodeDeployWaiter. waitUntilDeploymentSuccessful(GetDeploymentRequest getDeploymentRequest, WaiterOverrideConfiguration overrideConfig)PollsCodeDeployClient.getDeployment(software.amazon.awssdk.services.codedeploy.model.GetDeploymentRequest)API until the desired conditionDeploymentSuccessfulis met, or until it is determined that the resource will never enter into the desired state
-