Package | Description |
---|---|
com.amazonaws.services.ecs |
|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.waiters |
Modifier and Type | Method and Description |
---|---|
Future<DescribeServicesResult> |
AmazonECSAsync.describeServicesAsync(DescribeServicesRequest describeServicesRequest,
AsyncHandler<DescribeServicesRequest,DescribeServicesResult> asyncHandler)
Describes the specified services running in your cluster.
|
Future<DescribeServicesResult> |
AbstractAmazonECSAsync.describeServicesAsync(DescribeServicesRequest request,
AsyncHandler<DescribeServicesRequest,DescribeServicesResult> asyncHandler) |
Future<DescribeServicesResult> |
AmazonECSAsyncClient.describeServicesAsync(DescribeServicesRequest request,
AsyncHandler<DescribeServicesRequest,DescribeServicesResult> asyncHandler) |
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.withInclude(Collection<String> include)
Determines whether you want to see the resource tags for the service.
|
DescribeServicesRequest |
DescribeServicesRequest.withInclude(ServiceField... include)
Determines whether you want to see the resource tags for the service.
|
DescribeServicesRequest |
DescribeServicesRequest.withInclude(String... include)
Determines whether you want to see the resource tags for the service.
|
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 © 2022. All rights reserved.