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 |
---|---|
ListDeploymentsResult |
AmazonCodeDeployClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments under a deployment group for an application
registered within the AWS user account.
|
ListDeploymentsResult |
AmazonCodeDeploy.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments under a deployment group for an application
registered within the AWS user account.
|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsyncClient.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments under a deployment group for an application
registered within the AWS user account.
|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsync.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments under a deployment group for an application
registered within the AWS user account.
|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsyncClient.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Lists the deployments under a deployment group for an application
registered within the AWS user account.
|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsync.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Lists the deployments under a deployment group for an application
registered within the AWS user account.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsyncClient.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Lists the deployments under a deployment group for an application
registered within the AWS user account.
|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsync.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Lists the deployments under a deployment group for an application
registered within the AWS user account.
|
Modifier and Type | Method and Description |
---|---|
ListDeploymentsRequest |
ListDeploymentsRequest.clone() |
ListDeploymentsRequest |
ListDeploymentsRequest.withApplicationName(String applicationName)
The name of an existing AWS CodeDeploy application within the AWS user
account.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withCreateTimeRange(TimeRange createTimeRange)
A deployment creation start- and end-time range for returning a subset
of the list of deployments.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withDeploymentGroupName(String deploymentGroupName)
The name of an existing deployment group for the specified
application.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withIncludeOnlyStatuses(Collection<String> includeOnlyStatuses)
|
ListDeploymentsRequest |
ListDeploymentsRequest.withIncludeOnlyStatuses(DeploymentStatus... includeOnlyStatuses)
|
ListDeploymentsRequest |
ListDeploymentsRequest.withIncludeOnlyStatuses(String... includeOnlyStatuses)
|
ListDeploymentsRequest |
ListDeploymentsRequest.withNextToken(String nextToken)
An identifier that was returned from the previous list deployments
call, which can be used to return the next set of deployments in the
list.
|
Copyright © 2015. All rights reserved.