Uses of Class
com.amazonaws.services.codedeploy.model.CreateDeploymentResult
Packages that use CreateDeploymentResult
-
Uses of CreateDeploymentResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return CreateDeploymentResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeploy.createDeployment(CreateDeploymentRequest request) AmazonCodeDeploy.createDeployment(CreateDeploymentRequest createDeploymentRequest) Deploys an application revision through the specified deployment group.AmazonCodeDeployClient.createDeployment(CreateDeploymentRequest createDeploymentRequest) Deploys an application revision through the specified deployment group.Methods in com.amazonaws.services.codedeploy that return types with arguments of type CreateDeploymentResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.createDeploymentAsync(CreateDeploymentRequest request) AbstractAmazonCodeDeployAsync.createDeploymentAsync(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest, CreateDeploymentResult> asyncHandler) AmazonCodeDeployAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest) Deploys an application revision through the specified deployment group.AmazonCodeDeployAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest, AsyncHandler<CreateDeploymentRequest, CreateDeploymentResult> asyncHandler) Deploys an application revision through the specified deployment group.AmazonCodeDeployAsyncClient.createDeploymentAsync(CreateDeploymentRequest request) AmazonCodeDeployAsyncClient.createDeploymentAsync(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest, CreateDeploymentResult> asyncHandler) Method parameters in com.amazonaws.services.codedeploy with type arguments of type CreateDeploymentResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.createDeploymentAsync(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest, CreateDeploymentResult> asyncHandler) AmazonCodeDeployAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest, AsyncHandler<CreateDeploymentRequest, CreateDeploymentResult> asyncHandler) Deploys an application revision through the specified deployment group.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 CreateDeploymentResultModifier and TypeMethodDescriptionCreateDeploymentResult.clone()CreateDeploymentResult.withDeploymentId(String deploymentId) A unique deployment ID.