Uses of Class
com.amazonaws.services.codedeploy.model.GetDeploymentResult
Packages that use GetDeploymentResult
-
Uses of GetDeploymentResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return GetDeploymentResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeploy.getDeployment
(GetDeploymentRequest request) AmazonCodeDeploy.getDeployment
(GetDeploymentRequest getDeploymentRequest) Gets information about a deployment.AmazonCodeDeployClient.getDeployment
(GetDeploymentRequest getDeploymentRequest) Gets information about a deployment.Methods in com.amazonaws.services.codedeploy that return types with arguments of type GetDeploymentResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.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 GetDeploymentResultModifier 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 GetDeploymentResult in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return GetDeploymentResultModifier and TypeMethodDescriptionGetDeploymentResult.clone()
GetDeploymentResult.withDeploymentInfo
(DeploymentInfo deploymentInfo) Information about the deployment.