Package | Description |
---|---|
com.amazonaws.services.codedeploy |
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
ListDeploymentInstancesResult |
AmazonCodeDeployClient.listDeploymentInstances(ListDeploymentInstancesRequest request)
Deprecated.
|
ListDeploymentInstancesResult |
AmazonCodeDeploy.listDeploymentInstances(ListDeploymentInstancesRequest listDeploymentInstancesRequest)
Deprecated.
|
ListDeploymentInstancesResult |
AbstractAmazonCodeDeploy.listDeploymentInstances(ListDeploymentInstancesRequest request)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsync.listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest,
AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Deprecated.
|
Future<ListDeploymentInstancesResult> |
AbstractAmazonCodeDeployAsync.listDeploymentInstancesAsync(ListDeploymentInstancesRequest request,
AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Deprecated.
|
Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsyncClient.listDeploymentInstancesAsync(ListDeploymentInstancesRequest request,
AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ListDeploymentInstancesResult |
ListDeploymentInstancesResult.clone() |
ListDeploymentInstancesResult |
ListDeploymentInstancesResult.withInstancesList(Collection<String> instancesList)
A list of instance IDs.
|
ListDeploymentInstancesResult |
ListDeploymentInstancesResult.withInstancesList(String... instancesList)
A list of instance IDs.
|
ListDeploymentInstancesResult |
ListDeploymentInstancesResult.withNextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned.
|
Copyright © 2021. All rights reserved.