Package | Description |
---|---|
com.amazonaws.services.codedeploy | |
com.amazonaws.services.codedeploy.model | |
com.amazonaws.services.codedeploy.model.transform |
Modifier and Type | Method and Description |
---|---|
ListDeploymentInstancesResult |
AmazonCodeDeployClient.listDeploymentInstances(ListDeploymentInstancesRequest listDeploymentInstancesRequest)
Lists the instance for a deployment associated with the applicable IAM
user or AWS account.
|
ListDeploymentInstancesResult |
AmazonCodeDeploy.listDeploymentInstances(ListDeploymentInstancesRequest listDeploymentInstancesRequest)
Lists the instance for a deployment associated with the applicable IAM
user or AWS account.
|
ListDeploymentInstancesResult |
AbstractAmazonCodeDeploy.listDeploymentInstances(ListDeploymentInstancesRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsyncClient.listDeploymentInstancesAsync(ListDeploymentInstancesRequest request,
AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler) |
java.util.concurrent.Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsync.listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest,
AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Lists the instance for a deployment associated with the applicable IAM
user or AWS account.
|
java.util.concurrent.Future<ListDeploymentInstancesResult> |
AbstractAmazonCodeDeployAsync.listDeploymentInstancesAsync(ListDeploymentInstancesRequest request,
AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListDeploymentInstancesResult |
ListDeploymentInstancesResult.clone() |
ListDeploymentInstancesResult |
ListDeploymentInstancesResult.withInstancesList(java.util.Collection<java.lang.String> instancesList)
A list of instance IDs.
|
ListDeploymentInstancesResult |
ListDeploymentInstancesResult.withInstancesList(java.lang.String... instancesList)
A list of instance IDs.
|
ListDeploymentInstancesResult |
ListDeploymentInstancesResult.withNextToken(java.lang.String nextToken)
If a large amount of information is returned, an identifier is also
returned.
|
Modifier and Type | Method and Description |
---|---|
ListDeploymentInstancesResult |
ListDeploymentInstancesResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |