| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs |
Amazon Elastic 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.
|
| software.amazon.awssdk.services.ecs.paginators |
| Modifier and Type | Method and Description |
|---|---|
static EcsAsyncClient |
EcsAsyncClient.create()
Create a
EcsAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
| Constructor and Description |
|---|
ListClustersPublisher(EcsAsyncClient client,
ListClustersRequest firstRequest) |
ListContainerInstancesPublisher(EcsAsyncClient client,
ListContainerInstancesRequest firstRequest) |
ListServicesPublisher(EcsAsyncClient client,
ListServicesRequest firstRequest) |
ListTaskDefinitionFamiliesPublisher(EcsAsyncClient client,
ListTaskDefinitionFamiliesRequest firstRequest) |
ListTaskDefinitionsPublisher(EcsAsyncClient client,
ListTaskDefinitionsRequest firstRequest) |
ListTasksPublisher(EcsAsyncClient client,
ListTasksRequest firstRequest) |
Copyright © 2019. All rights reserved.