Uses of Class
com.amazonaws.services.codedeploy.model.CreateDeploymentRequest
Packages that use CreateDeploymentRequest
-
Uses of CreateDeploymentRequest in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy with parameters of type CreateDeploymentRequestModifier 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.AbstractAmazonCodeDeployAsync.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 CreateDeploymentRequestModifier 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 CreateDeploymentRequest in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return CreateDeploymentRequestModifier and TypeMethodDescriptionCreateDeploymentRequest.clone()
CreateDeploymentRequest.withApplicationName
(String applicationName) The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.CreateDeploymentRequest.withDeploymentConfigName
(String deploymentConfigName) The name of a deployment configuration associated with the applicable IAM user or AWS account.CreateDeploymentRequest.withDeploymentGroupName
(String deploymentGroupName) The name of the deployment group.CreateDeploymentRequest.withDescription
(String description) A comment about the deployment.CreateDeploymentRequest.withIgnoreApplicationStopFailures
(Boolean ignoreApplicationStopFailures) If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.CreateDeploymentRequest.withRevision
(RevisionLocation revision) The type and location of the revision to deploy.