Package | Description |
---|---|
com.amazonaws.services.ecs |
Amazon EC2 Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it easy
to run, stop, and manage Docker containers on a cluster of EC2 instances.
|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.waiters |
Modifier and Type | Method and Description |
---|---|
Future<DescribeServicesResult> |
AmazonECSAsyncClient.describeServicesAsync(DescribeServicesRequest request,
AsyncHandler<DescribeServicesRequest,DescribeServicesResult> asyncHandler) |
Future<DescribeServicesResult> |
AbstractAmazonECSAsync.describeServicesAsync(DescribeServicesRequest request,
AsyncHandler<DescribeServicesRequest,DescribeServicesResult> asyncHandler) |
Future<DescribeServicesResult> |
AmazonECSAsync.describeServicesAsync(DescribeServicesRequest describeServicesRequest,
AsyncHandler<DescribeServicesRequest,DescribeServicesResult> asyncHandler)
Describes the specified services running in your cluster.
|
Modifier and Type | Method and Description |
---|---|
DescribeServicesRequest |
DescribeServicesRequest.clone() |
DescribeServicesRequest |
DescribeServicesRequest.withCluster(String cluster)
The short name or full Amazon Resource Name (ARN)the cluster that hosts the service to describe.
|
DescribeServicesRequest |
DescribeServicesRequest.withServices(Collection<String> services)
A list of services to describe.
|
DescribeServicesRequest |
DescribeServicesRequest.withServices(String... services)
A list of services to describe.
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeServicesRequest> |
AmazonECSWaiters.servicesInactive()
Builds a ServicesInactive waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeServicesRequest> |
AmazonECSWaiters.servicesStable()
Builds a ServicesStable waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Modifier and Type | Method and Description |
---|---|
DescribeServicesResult |
DescribeServicesFunction.apply(DescribeServicesRequest describeServicesRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2017. All rights reserved.