Package | Description |
---|---|
com.amazonaws.services.codedeploy | |
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
ListDeploymentGroupsResult |
AbstractAmazonCodeDeploy.listDeploymentGroups(ListDeploymentGroupsRequest request) |
ListDeploymentGroupsResult |
AmazonCodeDeployClient.listDeploymentGroups(ListDeploymentGroupsRequest listDeploymentGroupsRequest)
Lists the deployment groups for an application registered with the
applicable IAM user or AWS account.
|
ListDeploymentGroupsResult |
AmazonCodeDeploy.listDeploymentGroups(ListDeploymentGroupsRequest listDeploymentGroupsRequest)
Lists the deployment groups for an application registered with the
applicable IAM user or AWS account.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDeploymentGroupsResult> |
AbstractAmazonCodeDeployAsync.listDeploymentGroupsAsync(ListDeploymentGroupsRequest request,
AsyncHandler<ListDeploymentGroupsRequest,ListDeploymentGroupsResult> asyncHandler) |
Future<ListDeploymentGroupsResult> |
AmazonCodeDeployAsyncClient.listDeploymentGroupsAsync(ListDeploymentGroupsRequest request,
AsyncHandler<ListDeploymentGroupsRequest,ListDeploymentGroupsResult> asyncHandler) |
Future<ListDeploymentGroupsResult> |
AmazonCodeDeployAsync.listDeploymentGroupsAsync(ListDeploymentGroupsRequest listDeploymentGroupsRequest,
AsyncHandler<ListDeploymentGroupsRequest,ListDeploymentGroupsResult> asyncHandler)
Lists the deployment groups for an application registered with the
applicable IAM user or AWS account.
|
Modifier and Type | Method and Description |
---|---|
ListDeploymentGroupsResult |
ListDeploymentGroupsResult.clone() |
ListDeploymentGroupsResult |
ListDeploymentGroupsResult.withApplicationName(String applicationName)
The application name.
|
ListDeploymentGroupsResult |
ListDeploymentGroupsResult.withDeploymentGroups(Collection<String> deploymentGroups)
A list of corresponding deployment group names.
|
ListDeploymentGroupsResult |
ListDeploymentGroupsResult.withDeploymentGroups(String... deploymentGroups)
A list of corresponding deployment group names.
|
ListDeploymentGroupsResult |
ListDeploymentGroupsResult.withNextToken(String nextToken)
If the amount of information that is returned is significantly large, an
identifier will also be returned, which can be used in a subsequent list
deployment groups call to return the next set of deployment groups in the
list.
|
Copyright © 2015. All rights reserved.