| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs |
|
| software.amazon.awssdk.services.ecs.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListServicesByNamespaceResponse |
EcsClient.listServicesByNamespace(Consumer<ListServicesByNamespaceRequest.Builder> listServicesByNamespaceRequest)
This operation lists all of the services that are associated with a Cloud Map namespace.
|
default ListServicesByNamespaceResponse |
EcsClient.listServicesByNamespace(ListServicesByNamespaceRequest listServicesByNamespaceRequest)
This operation lists all of the services that are associated with a Cloud Map namespace.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListServicesByNamespaceResponse> |
EcsAsyncClient.listServicesByNamespace(Consumer<ListServicesByNamespaceRequest.Builder> listServicesByNamespaceRequest)
This operation lists all of the services that are associated with a Cloud Map namespace.
|
default CompletableFuture<ListServicesByNamespaceResponse> |
EcsAsyncClient.listServicesByNamespace(ListServicesByNamespaceRequest listServicesByNamespaceRequest)
This operation lists all of the services that are associated with a Cloud Map namespace.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListServicesByNamespaceResponse> |
ListServicesByNamespaceIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListServicesByNamespacePublisher.subscribe(org.reactivestreams.Subscriber<? super ListServicesByNamespaceResponse> subscriber) |
Copyright © 2022. All rights reserved.