Uses of Class
com.amazonaws.services.codedeploy.model.GetDeploymentRequest
Packages that use GetDeploymentRequest
-
Uses of GetDeploymentRequest in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy with parameters of type GetDeploymentRequestModifier and TypeMethodDescriptionAbstractAmazonCodeDeploy.getDeployment
(GetDeploymentRequest request) AmazonCodeDeploy.getDeployment
(GetDeploymentRequest getDeploymentRequest) Gets information about a deployment.AmazonCodeDeployClient.getDeployment
(GetDeploymentRequest getDeploymentRequest) Gets information about a deployment.AbstractAmazonCodeDeployAsync.getDeploymentAsync
(GetDeploymentRequest request) AbstractAmazonCodeDeployAsync.getDeploymentAsync
(GetDeploymentRequest request, AsyncHandler<GetDeploymentRequest, GetDeploymentResult> asyncHandler) AmazonCodeDeployAsync.getDeploymentAsync
(GetDeploymentRequest getDeploymentRequest) Gets information about a deployment.AmazonCodeDeployAsync.getDeploymentAsync
(GetDeploymentRequest getDeploymentRequest, AsyncHandler<GetDeploymentRequest, GetDeploymentResult> asyncHandler) Gets information about a deployment.AmazonCodeDeployAsyncClient.getDeploymentAsync
(GetDeploymentRequest request) AmazonCodeDeployAsyncClient.getDeploymentAsync
(GetDeploymentRequest request, AsyncHandler<GetDeploymentRequest, GetDeploymentResult> asyncHandler) Method parameters in com.amazonaws.services.codedeploy with type arguments of type GetDeploymentRequestModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.getDeploymentAsync
(GetDeploymentRequest request, AsyncHandler<GetDeploymentRequest, GetDeploymentResult> asyncHandler) AmazonCodeDeployAsync.getDeploymentAsync
(GetDeploymentRequest getDeploymentRequest, AsyncHandler<GetDeploymentRequest, GetDeploymentResult> asyncHandler) Gets information about a deployment.AmazonCodeDeployAsyncClient.getDeploymentAsync
(GetDeploymentRequest request, AsyncHandler<GetDeploymentRequest, GetDeploymentResult> asyncHandler) -
Uses of GetDeploymentRequest in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return GetDeploymentRequestModifier and TypeMethodDescriptionGetDeploymentRequest.clone()
GetDeploymentRequest.withDeploymentId
(String deploymentId) A deployment ID associated with the applicable IAM user or AWS account.