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.
|
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 |
---|---|
ListDeploymentGroupsRequest |
ListDeploymentGroupsRequest.clone() |
ListDeploymentGroupsRequest |
ListDeploymentGroupsRequest.withApplicationName(String applicationName)
The name of an existing AWS CodeDeploy application within the AWS user
account.
|
ListDeploymentGroupsRequest |
ListDeploymentGroupsRequest.withNextToken(String nextToken)
An identifier that was returned from the previous list deployment
groups call, which can be used to return the next set of deployment
groups in the list.
|
Copyright © 2015. All rights reserved.