Uses of Class
com.amazonaws.services.codedeploy.model.CreateDeploymentResult
-
Packages that use CreateDeploymentResult Package Description com.amazonaws.services.codedeploy com.amazonaws.services.codedeploy.model -
-
Uses of CreateDeploymentResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return CreateDeploymentResult Modifier and Type Method Description CreateDeploymentResult
AbstractAmazonCodeDeploy. createDeployment(CreateDeploymentRequest request)
CreateDeploymentResult
AmazonCodeDeploy. createDeployment(CreateDeploymentRequest createDeploymentRequest)
Deploys an application revision through the specified deployment group.CreateDeploymentResult
AmazonCodeDeployClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)
Deploys an application revision through the specified deployment group.Method parameters in com.amazonaws.services.codedeploy with type arguments of type CreateDeploymentResult Modifier and Type Method Description Future<CreateDeploymentResult>
AbstractAmazonCodeDeployAsync. createDeploymentAsync(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Future<CreateDeploymentResult>
AmazonCodeDeployAsync. createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest, AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Deploys an application revision through the specified deployment group.Future<CreateDeploymentResult>
AmazonCodeDeployAsyncClient. createDeploymentAsync(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
-
Uses of CreateDeploymentResult in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return CreateDeploymentResult Modifier and Type Method Description CreateDeploymentResult
CreateDeploymentResult. clone()
CreateDeploymentResult
CreateDeploymentResult. withDeploymentId(String deploymentId)
A unique deployment ID.
-