| 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 |
|---|---|
ListApplicationsResult |
AmazonCodeDeployClient.listApplications(ListApplicationsRequest listApplicationsRequest)
Lists the applications registered with the applicable IAM user or AWS
account.
|
ListApplicationsResult |
AmazonCodeDeploy.listApplications(ListApplicationsRequest listApplicationsRequest)
Lists the applications registered with the applicable IAM user or AWS
account.
|
Future<ListApplicationsResult> |
AmazonCodeDeployAsyncClient.listApplicationsAsync(ListApplicationsRequest listApplicationsRequest)
Lists the applications registered with the applicable IAM user or AWS
account.
|
Future<ListApplicationsResult> |
AmazonCodeDeployAsync.listApplicationsAsync(ListApplicationsRequest listApplicationsRequest)
Lists the applications registered with the applicable IAM user or AWS
account.
|
Future<ListApplicationsResult> |
AmazonCodeDeployAsyncClient.listApplicationsAsync(ListApplicationsRequest listApplicationsRequest,
AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)
Lists the applications registered with the applicable IAM user or AWS
account.
|
Future<ListApplicationsResult> |
AmazonCodeDeployAsync.listApplicationsAsync(ListApplicationsRequest listApplicationsRequest,
AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)
Lists the applications registered with the applicable IAM user or AWS
account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListApplicationsResult> |
AmazonCodeDeployAsyncClient.listApplicationsAsync(ListApplicationsRequest listApplicationsRequest,
AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)
Lists the applications registered with the applicable IAM user or AWS
account.
|
Future<ListApplicationsResult> |
AmazonCodeDeployAsync.listApplicationsAsync(ListApplicationsRequest listApplicationsRequest,
AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)
Lists the applications registered with the applicable IAM user or AWS
account.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsRequest |
ListApplicationsRequest.clone() |
ListApplicationsRequest |
ListApplicationsRequest.withNextToken(String nextToken)
An identifier that was returned from the previous list applications
call, which can be used to return the next set of applications in the
list.
|
Copyright © 2015. All rights reserved.