| 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 |
|---|---|
default ListTaskDefinitionFamiliesResponse |
EcsClient.listTaskDefinitionFamilies()
Returns a list of task definition families that are registered to your account (which may include task definition
families that no longer have any
ACTIVE task definition revisions). |
default ListTaskDefinitionFamiliesResponse |
EcsClient.listTaskDefinitionFamilies(Consumer<ListTaskDefinitionFamiliesRequest.Builder> listTaskDefinitionFamiliesRequest)
Returns a list of task definition families that are registered to your account (which may include task definition
families that no longer have any
ACTIVE task definition revisions). |
default ListTaskDefinitionFamiliesResponse |
EcsClient.listTaskDefinitionFamilies(ListTaskDefinitionFamiliesRequest listTaskDefinitionFamiliesRequest)
Returns a list of task definition families that are registered to your account (which may include task definition
families that no longer have any
ACTIVE task definition revisions). |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTaskDefinitionFamiliesResponse> |
EcsAsyncClient.listTaskDefinitionFamilies()
Returns a list of task definition families that are registered to your account (which may include task definition
families that no longer have any
ACTIVE task definition revisions). |
default CompletableFuture<ListTaskDefinitionFamiliesResponse> |
EcsAsyncClient.listTaskDefinitionFamilies(Consumer<ListTaskDefinitionFamiliesRequest.Builder> listTaskDefinitionFamiliesRequest)
Returns a list of task definition families that are registered to your account (which may include task definition
families that no longer have any
ACTIVE task definition revisions). |
default CompletableFuture<ListTaskDefinitionFamiliesResponse> |
EcsAsyncClient.listTaskDefinitionFamilies(ListTaskDefinitionFamiliesRequest listTaskDefinitionFamiliesRequest)
Returns a list of task definition families that are registered to your account (which may include task definition
families that no longer have any
ACTIVE task definition revisions). |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTaskDefinitionFamiliesResponse> |
ListTaskDefinitionFamiliesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTaskDefinitionFamiliesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTaskDefinitionFamiliesResponse> subscriber) |
Copyright © 2019. All rights reserved.