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 GetDeploymentResult
AbstractAmazonCodeDeploy. getDeployment(GetDeploymentRequest request)
GetDeploymentResult
AmazonCodeDeploy. getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets information about a deployment.GetDeploymentResult
AmazonCodeDeployClient. 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 GetDeploymentResult
GetDeploymentResult. clone()
GetDeploymentResult
GetDeploymentResult. withDeploymentInfo(DeploymentInfo deploymentInfo)
Information about the deployment.
-