Uses of Class
com.amazonaws.services.codedeploy.model.CreateDeploymentGroupResult
-
Packages that use CreateDeploymentGroupResult Package Description com.amazonaws.services.codedeploy com.amazonaws.services.codedeploy.model -
-
Uses of CreateDeploymentGroupResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return CreateDeploymentGroupResult Modifier and Type Method Description CreateDeploymentGroupResult
AbstractAmazonCodeDeploy. createDeploymentGroup(CreateDeploymentGroupRequest request)
CreateDeploymentGroupResult
AmazonCodeDeploy. createDeploymentGroup(CreateDeploymentGroupRequest createDeploymentGroupRequest)
Creates a deployment group to which application revisions will be deployed.CreateDeploymentGroupResult
AmazonCodeDeployClient. createDeploymentGroup(CreateDeploymentGroupRequest createDeploymentGroupRequest)
Creates a deployment group to which application revisions will be deployed.Method parameters in com.amazonaws.services.codedeploy with type arguments of type CreateDeploymentGroupResult Modifier and Type Method Description Future<CreateDeploymentGroupResult>
AbstractAmazonCodeDeployAsync. createDeploymentGroupAsync(CreateDeploymentGroupRequest request, AsyncHandler<CreateDeploymentGroupRequest,CreateDeploymentGroupResult> asyncHandler)
Future<CreateDeploymentGroupResult>
AmazonCodeDeployAsync. createDeploymentGroupAsync(CreateDeploymentGroupRequest createDeploymentGroupRequest, AsyncHandler<CreateDeploymentGroupRequest,CreateDeploymentGroupResult> asyncHandler)
Creates a deployment group to which application revisions will be deployed.Future<CreateDeploymentGroupResult>
AmazonCodeDeployAsyncClient. createDeploymentGroupAsync(CreateDeploymentGroupRequest request, AsyncHandler<CreateDeploymentGroupRequest,CreateDeploymentGroupResult> asyncHandler)
-
Uses of CreateDeploymentGroupResult in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return CreateDeploymentGroupResult Modifier and Type Method Description CreateDeploymentGroupResult
CreateDeploymentGroupResult. clone()
CreateDeploymentGroupResult
CreateDeploymentGroupResult. withDeploymentGroupId(String deploymentGroupId)
A unique deployment group ID.
-