Uses of Class
com.amazonaws.services.codedeploy.model.GetDeploymentGroupRequest
Packages that use GetDeploymentGroupRequest
-
Uses of GetDeploymentGroupRequest in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy with parameters of type GetDeploymentGroupRequestModifier and TypeMethodDescriptionAbstractAmazonCodeDeploy.getDeploymentGroup(GetDeploymentGroupRequest request) AmazonCodeDeploy.getDeploymentGroup(GetDeploymentGroupRequest getDeploymentGroupRequest) Gets information about a deployment group.AmazonCodeDeployClient.getDeploymentGroup(GetDeploymentGroupRequest getDeploymentGroupRequest) Gets information about a deployment group.AbstractAmazonCodeDeployAsync.getDeploymentGroupAsync(GetDeploymentGroupRequest request) AbstractAmazonCodeDeployAsync.getDeploymentGroupAsync(GetDeploymentGroupRequest request, AsyncHandler<GetDeploymentGroupRequest, GetDeploymentGroupResult> asyncHandler) AmazonCodeDeployAsync.getDeploymentGroupAsync(GetDeploymentGroupRequest getDeploymentGroupRequest) Gets information about a deployment group.AmazonCodeDeployAsync.getDeploymentGroupAsync(GetDeploymentGroupRequest getDeploymentGroupRequest, AsyncHandler<GetDeploymentGroupRequest, GetDeploymentGroupResult> asyncHandler) Gets information about a deployment group.AmazonCodeDeployAsyncClient.getDeploymentGroupAsync(GetDeploymentGroupRequest request) AmazonCodeDeployAsyncClient.getDeploymentGroupAsync(GetDeploymentGroupRequest request, AsyncHandler<GetDeploymentGroupRequest, GetDeploymentGroupResult> asyncHandler) Method parameters in com.amazonaws.services.codedeploy with type arguments of type GetDeploymentGroupRequestModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.getDeploymentGroupAsync(GetDeploymentGroupRequest request, AsyncHandler<GetDeploymentGroupRequest, GetDeploymentGroupResult> asyncHandler) AmazonCodeDeployAsync.getDeploymentGroupAsync(GetDeploymentGroupRequest getDeploymentGroupRequest, AsyncHandler<GetDeploymentGroupRequest, GetDeploymentGroupResult> asyncHandler) Gets information about a deployment group.AmazonCodeDeployAsyncClient.getDeploymentGroupAsync(GetDeploymentGroupRequest request, AsyncHandler<GetDeploymentGroupRequest, GetDeploymentGroupResult> asyncHandler) -
Uses of GetDeploymentGroupRequest in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return GetDeploymentGroupRequestModifier and TypeMethodDescriptionGetDeploymentGroupRequest.clone()GetDeploymentGroupRequest.withApplicationName(String applicationName) The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.GetDeploymentGroupRequest.withDeploymentGroupName(String deploymentGroupName) The name of an existing deployment group for the specified application.