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 |
---|---|
BatchGetApplicationsResult |
AmazonCodeDeployClient.batchGetApplications()
Gets information about one or more applications.
|
BatchGetApplicationsResult |
AmazonCodeDeploy.batchGetApplications()
Gets information about one or more applications.
|
BatchGetApplicationsResult |
AmazonCodeDeployClient.batchGetApplications(BatchGetApplicationsRequest batchGetApplicationsRequest)
Gets information about one or more applications.
|
BatchGetApplicationsResult |
AmazonCodeDeploy.batchGetApplications(BatchGetApplicationsRequest batchGetApplicationsRequest)
Gets information about one or more applications.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchGetApplicationsResult> |
AmazonCodeDeployAsyncClient.batchGetApplicationsAsync(BatchGetApplicationsRequest batchGetApplicationsRequest)
Gets information about one or more applications.
|
Future<BatchGetApplicationsResult> |
AmazonCodeDeployAsync.batchGetApplicationsAsync(BatchGetApplicationsRequest batchGetApplicationsRequest)
Gets information about one or more applications.
|
Future<BatchGetApplicationsResult> |
AmazonCodeDeployAsyncClient.batchGetApplicationsAsync(BatchGetApplicationsRequest batchGetApplicationsRequest,
AsyncHandler<BatchGetApplicationsRequest,BatchGetApplicationsResult> asyncHandler)
Gets information about one or more applications.
|
Future<BatchGetApplicationsResult> |
AmazonCodeDeployAsync.batchGetApplicationsAsync(BatchGetApplicationsRequest batchGetApplicationsRequest,
AsyncHandler<BatchGetApplicationsRequest,BatchGetApplicationsResult> asyncHandler)
Gets information about one or more applications.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchGetApplicationsResult> |
AmazonCodeDeployAsyncClient.batchGetApplicationsAsync(BatchGetApplicationsRequest batchGetApplicationsRequest,
AsyncHandler<BatchGetApplicationsRequest,BatchGetApplicationsResult> asyncHandler)
Gets information about one or more applications.
|
Future<BatchGetApplicationsResult> |
AmazonCodeDeployAsync.batchGetApplicationsAsync(BatchGetApplicationsRequest batchGetApplicationsRequest,
AsyncHandler<BatchGetApplicationsRequest,BatchGetApplicationsResult> asyncHandler)
Gets information about one or more applications.
|
Modifier and Type | Method and Description |
---|---|
BatchGetApplicationsResult |
BatchGetApplicationsResult.withApplicationsInfo(ApplicationInfo... applicationsInfo)
Information about the applications.
|
BatchGetApplicationsResult |
BatchGetApplicationsResult.withApplicationsInfo(Collection<ApplicationInfo> applicationsInfo)
Information about the applications.
|
Copyright © 2014. All rights reserved.