Package | Description |
---|---|
com.amazonaws.services.codedeploy |
CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises
instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
BatchGetDeploymentInstancesResult |
AmazonCodeDeployClient.batchGetDeploymentInstances(BatchGetDeploymentInstancesRequest request)
Deprecated.
|
BatchGetDeploymentInstancesResult |
AbstractAmazonCodeDeploy.batchGetDeploymentInstances(BatchGetDeploymentInstancesRequest request)
Deprecated.
|
BatchGetDeploymentInstancesResult |
AmazonCodeDeploy.batchGetDeploymentInstances(BatchGetDeploymentInstancesRequest batchGetDeploymentInstancesRequest)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchGetDeploymentInstancesResult> |
AmazonCodeDeployAsyncClient.batchGetDeploymentInstancesAsync(BatchGetDeploymentInstancesRequest request,
AsyncHandler<BatchGetDeploymentInstancesRequest,BatchGetDeploymentInstancesResult> asyncHandler)
Deprecated.
|
Future<BatchGetDeploymentInstancesResult> |
AmazonCodeDeployAsync.batchGetDeploymentInstancesAsync(BatchGetDeploymentInstancesRequest batchGetDeploymentInstancesRequest,
AsyncHandler<BatchGetDeploymentInstancesRequest,BatchGetDeploymentInstancesResult> asyncHandler)
Deprecated.
|
Future<BatchGetDeploymentInstancesResult> |
AbstractAmazonCodeDeployAsync.batchGetDeploymentInstancesAsync(BatchGetDeploymentInstancesRequest request,
AsyncHandler<BatchGetDeploymentInstancesRequest,BatchGetDeploymentInstancesResult> asyncHandler)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BatchGetDeploymentInstancesResult |
BatchGetDeploymentInstancesResult.clone() |
BatchGetDeploymentInstancesResult |
BatchGetDeploymentInstancesResult.withErrorMessage(String errorMessage)
Information about errors that might have occurred during the API call.
|
BatchGetDeploymentInstancesResult |
BatchGetDeploymentInstancesResult.withInstancesSummary(Collection<InstanceSummary> instancesSummary)
Information about the instance.
|
BatchGetDeploymentInstancesResult |
BatchGetDeploymentInstancesResult.withInstancesSummary(InstanceSummary... instancesSummary)
Information about the instance.
|
Copyright © 2024. All rights reserved.