| 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 EcsClient |
EcsClient.create()
Create a
EcsClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
| Constructor and Description |
|---|
ListClustersIterable(EcsClient client,
ListClustersRequest firstRequest) |
ListContainerInstancesIterable(EcsClient client,
ListContainerInstancesRequest firstRequest) |
ListServicesIterable(EcsClient client,
ListServicesRequest firstRequest) |
ListTaskDefinitionFamiliesIterable(EcsClient client,
ListTaskDefinitionFamiliesRequest firstRequest) |
ListTaskDefinitionsIterable(EcsClient client,
ListTaskDefinitionsRequest firstRequest) |
ListTasksIterable(EcsClient client,
ListTasksRequest firstRequest) |
Copyright © 2019. All rights reserved.