Uses of Class
com.amazonaws.services.codedeploy.model.CreateDeploymentGroupResult
Packages that use CreateDeploymentGroupResult
-
Uses of CreateDeploymentGroupResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return CreateDeploymentGroupResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeploy.createDeploymentGroup
(CreateDeploymentGroupRequest request) AmazonCodeDeploy.createDeploymentGroup
(CreateDeploymentGroupRequest createDeploymentGroupRequest) Creates a deployment group to which application revisions will be deployed.AmazonCodeDeployClient.createDeploymentGroup
(CreateDeploymentGroupRequest createDeploymentGroupRequest) Creates a deployment group to which application revisions will be deployed.Methods in com.amazonaws.services.codedeploy that return types with arguments of type CreateDeploymentGroupResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.createDeploymentGroupAsync
(CreateDeploymentGroupRequest request) AbstractAmazonCodeDeployAsync.createDeploymentGroupAsync
(CreateDeploymentGroupRequest request, AsyncHandler<CreateDeploymentGroupRequest, CreateDeploymentGroupResult> asyncHandler) AmazonCodeDeployAsync.createDeploymentGroupAsync
(CreateDeploymentGroupRequest createDeploymentGroupRequest) Creates a deployment group to which application revisions will be deployed.AmazonCodeDeployAsync.createDeploymentGroupAsync
(CreateDeploymentGroupRequest createDeploymentGroupRequest, AsyncHandler<CreateDeploymentGroupRequest, CreateDeploymentGroupResult> asyncHandler) Creates a deployment group to which application revisions will be deployed.AmazonCodeDeployAsyncClient.createDeploymentGroupAsync
(CreateDeploymentGroupRequest request) AmazonCodeDeployAsyncClient.createDeploymentGroupAsync
(CreateDeploymentGroupRequest request, AsyncHandler<CreateDeploymentGroupRequest, CreateDeploymentGroupResult> asyncHandler) Method parameters in com.amazonaws.services.codedeploy with type arguments of type CreateDeploymentGroupResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.createDeploymentGroupAsync
(CreateDeploymentGroupRequest request, AsyncHandler<CreateDeploymentGroupRequest, CreateDeploymentGroupResult> asyncHandler) AmazonCodeDeployAsync.createDeploymentGroupAsync
(CreateDeploymentGroupRequest createDeploymentGroupRequest, AsyncHandler<CreateDeploymentGroupRequest, CreateDeploymentGroupResult> asyncHandler) Creates a deployment group to which application revisions will be deployed.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 CreateDeploymentGroupResultModifier and TypeMethodDescriptionCreateDeploymentGroupResult.clone()
CreateDeploymentGroupResult.withDeploymentGroupId
(String deploymentGroupId) A unique deployment group ID.