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 |
---|---|
Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsyncClient.listDeploymentInstancesAsync(ListDeploymentInstancesRequest request,
AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Deprecated.
|
Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsync.listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest,
AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Deprecated.
|
Future<ListDeploymentInstancesResult> |
AbstractAmazonCodeDeployAsync.listDeploymentInstancesAsync(ListDeploymentInstancesRequest request,
AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ListDeploymentInstancesRequest |
ListDeploymentInstancesRequest.clone() |
ListDeploymentInstancesRequest |
ListDeploymentInstancesRequest.withDeploymentId(String deploymentId)
The unique ID of a deployment.
|
ListDeploymentInstancesRequest |
ListDeploymentInstancesRequest.withInstanceStatusFilter(Collection<String> instanceStatusFilter)
A subset of instances to list by status:
|
ListDeploymentInstancesRequest |
ListDeploymentInstancesRequest.withInstanceStatusFilter(InstanceStatus... instanceStatusFilter)
A subset of instances to list by status:
|
ListDeploymentInstancesRequest |
ListDeploymentInstancesRequest.withInstanceStatusFilter(String... instanceStatusFilter)
A subset of instances to list by status:
|
ListDeploymentInstancesRequest |
ListDeploymentInstancesRequest.withInstanceTypeFilter(Collection<String> instanceTypeFilter)
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in
the replacement environment ("GREEN"), for which you want to view instance information.
|
ListDeploymentInstancesRequest |
ListDeploymentInstancesRequest.withInstanceTypeFilter(InstanceType... instanceTypeFilter)
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in
the replacement environment ("GREEN"), for which you want to view instance information.
|
ListDeploymentInstancesRequest |
ListDeploymentInstancesRequest.withInstanceTypeFilter(String... instanceTypeFilter)
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in
the replacement environment ("GREEN"), for which you want to view instance information.
|
ListDeploymentInstancesRequest |
ListDeploymentInstancesRequest.withNextToken(String nextToken)
An identifier returned from the previous list deployment instances call.
|
Copyright © 2023. All rights reserved.