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 CreateDeploymentGroupResultAbstractAmazonCodeDeploy. createDeploymentGroup(CreateDeploymentGroupRequest request)CreateDeploymentGroupResultAmazonCodeDeploy. createDeploymentGroup(CreateDeploymentGroupRequest createDeploymentGroupRequest)Creates a deployment group to which application revisions will be deployed.CreateDeploymentGroupResultAmazonCodeDeployClient. 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 CreateDeploymentGroupResultCreateDeploymentGroupResult. clone()CreateDeploymentGroupResultCreateDeploymentGroupResult. withDeploymentGroupId(String deploymentGroupId)A unique deployment group ID.
-