| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs |
|
| software.amazon.awssdk.services.ecs.paginators | |
| software.amazon.awssdk.services.ecs.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListServicesByNamespaceResponse |
EcsClient.listServicesByNamespace(ListServicesByNamespaceRequest 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.
|
default ListServicesByNamespaceIterable |
EcsClient.listServicesByNamespacePaginator(ListServicesByNamespaceRequest listServicesByNamespaceRequest)
This operation lists all of the services that are associated with a Cloud Map namespace.
|
default ListServicesByNamespacePublisher |
EcsAsyncClient.listServicesByNamespacePaginator(ListServicesByNamespaceRequest listServicesByNamespaceRequest)
This operation lists all of the services that are associated with a Cloud Map namespace.
|
| Constructor and Description |
|---|
ListServicesByNamespaceIterable(EcsClient client,
ListServicesByNamespaceRequest firstRequest) |
ListServicesByNamespacePublisher(EcsAsyncClient client,
ListServicesByNamespaceRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListServicesByNamespaceRequestMarshaller.marshall(ListServicesByNamespaceRequest listServicesByNamespaceRequest) |
Copyright © 2022. All rights reserved.