Uses of Class
com.amazonaws.services.codedeploy.model.GetDeploymentResult
-
Packages that use GetDeploymentResult Package Description com.amazonaws.services.codedeploy com.amazonaws.services.codedeploy.model -
-
Uses of GetDeploymentResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return GetDeploymentResult Modifier and Type Method Description GetDeploymentResultAbstractAmazonCodeDeploy. getDeployment(GetDeploymentRequest request)GetDeploymentResultAmazonCodeDeploy. getDeployment(GetDeploymentRequest getDeploymentRequest)Gets information about a deployment.GetDeploymentResultAmazonCodeDeployClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Gets information about a deployment.Method parameters in com.amazonaws.services.codedeploy with type arguments of type GetDeploymentResult Modifier and Type Method Description Future<GetDeploymentResult>AbstractAmazonCodeDeployAsync. getDeploymentAsync(GetDeploymentRequest request, AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)Future<GetDeploymentResult>AmazonCodeDeployAsync. getDeploymentAsync(GetDeploymentRequest getDeploymentRequest, AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)Gets information about a deployment.Future<GetDeploymentResult>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 GetDeploymentResult Modifier and Type Method Description GetDeploymentResultGetDeploymentResult. clone()GetDeploymentResultGetDeploymentResult. withDeploymentInfo(DeploymentInfo deploymentInfo)Information about the deployment.
-