| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy |
Synchronous and asynchronous client classes for accessing AmazonCodeDeploy.
|
| com.amazonaws.services.codedeploy.model |
Classes modeling the various types represented by AmazonCodeDeploy.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentGroupsResult |
AmazonCodeDeployClient.listDeploymentGroups(ListDeploymentGroupsRequest listDeploymentGroupsRequest)
Lists the deployment groups for an application registered within the
AWS user account.
|
ListDeploymentGroupsResult |
AmazonCodeDeploy.listDeploymentGroups(ListDeploymentGroupsRequest listDeploymentGroupsRequest)
Lists the deployment groups for an application registered within the
AWS user account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeploymentGroupsResult> |
AmazonCodeDeployAsyncClient.listDeploymentGroupsAsync(ListDeploymentGroupsRequest listDeploymentGroupsRequest)
Lists the deployment groups for an application registered within the
AWS user account.
|
Future<ListDeploymentGroupsResult> |
AmazonCodeDeployAsync.listDeploymentGroupsAsync(ListDeploymentGroupsRequest listDeploymentGroupsRequest)
Lists the deployment groups for an application registered within the
AWS user account.
|
Future<ListDeploymentGroupsResult> |
AmazonCodeDeployAsyncClient.listDeploymentGroupsAsync(ListDeploymentGroupsRequest listDeploymentGroupsRequest,
AsyncHandler<ListDeploymentGroupsRequest,ListDeploymentGroupsResult> asyncHandler)
Lists the deployment groups for an application registered within the
AWS user account.
|
Future<ListDeploymentGroupsResult> |
AmazonCodeDeployAsync.listDeploymentGroupsAsync(ListDeploymentGroupsRequest listDeploymentGroupsRequest,
AsyncHandler<ListDeploymentGroupsRequest,ListDeploymentGroupsResult> asyncHandler)
Lists the deployment groups for an application registered within the
AWS user account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeploymentGroupsResult> |
AmazonCodeDeployAsyncClient.listDeploymentGroupsAsync(ListDeploymentGroupsRequest listDeploymentGroupsRequest,
AsyncHandler<ListDeploymentGroupsRequest,ListDeploymentGroupsResult> asyncHandler)
Lists the deployment groups for an application registered within the
AWS user account.
|
Future<ListDeploymentGroupsResult> |
AmazonCodeDeployAsync.listDeploymentGroupsAsync(ListDeploymentGroupsRequest listDeploymentGroupsRequest,
AsyncHandler<ListDeploymentGroupsRequest,ListDeploymentGroupsResult> asyncHandler)
Lists the deployment groups for an application registered within the
AWS user account.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2014. All rights reserved.