Uses of Class
com.amazonaws.services.codedeploy.model.GetDeploymentRequest
-
Packages that use GetDeploymentRequest Package Description com.amazonaws.services.codedeploy com.amazonaws.services.codedeploy.model -
-
Uses of GetDeploymentRequest in com.amazonaws.services.codedeploy
Method parameters in com.amazonaws.services.codedeploy with type arguments of type GetDeploymentRequest 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 GetDeploymentRequest in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return GetDeploymentRequest Modifier and Type Method Description GetDeploymentRequest
GetDeploymentRequest. clone()
GetDeploymentRequest
GetDeploymentRequest. withDeploymentId(String deploymentId)
A deployment ID associated with the applicable IAM user or AWS account.
-