Package | Description |
---|---|
com.amazonaws.services.ecs | |
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
ListContainerInstancesResult |
AbstractAmazonECS.listContainerInstances() |
ListContainerInstancesResult |
AmazonECSClient.listContainerInstances() |
ListContainerInstancesResult |
AmazonECS.listContainerInstances()
Simplified method form for invoking the ListContainerInstances operation.
|
ListContainerInstancesResult |
AbstractAmazonECS.listContainerInstances(ListContainerInstancesRequest request) |
ListContainerInstancesResult |
AmazonECSClient.listContainerInstances(ListContainerInstancesRequest listContainerInstancesRequest)
Returns a list of container instances in a specified cluster.
|
ListContainerInstancesResult |
AmazonECS.listContainerInstances(ListContainerInstancesRequest listContainerInstancesRequest)
Returns a list of container instances in a specified cluster.
|
Modifier and Type | Method and Description |
---|---|
ListContainerInstancesResult |
ListContainerInstancesResult.clone() |
ListContainerInstancesResult |
ListContainerInstancesResult.withContainerInstanceArns(Collection<String> containerInstanceArns)
The list of container instances with full Amazon Resource Name (ARN)
entries for each container instance associated with the specified
cluster.
|
ListContainerInstancesResult |
ListContainerInstancesResult.withContainerInstanceArns(String... containerInstanceArns)
The list of container instances with full Amazon Resource Name (ARN)
entries for each container instance associated with the specified
cluster.
|
ListContainerInstancesResult |
ListContainerInstancesResult.withNextToken(String nextToken)
The
nextToken value to include in a future
ListContainerInstances request. |
Copyright © 2018. All rights reserved.