| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery |
|
| software.amazon.awssdk.services.servicediscovery.paginators | |
| software.amazon.awssdk.services.servicediscovery.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListServicesResponse |
ServiceDiscoveryClient.listServices(ListServicesRequest listServicesRequest)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
default CompletableFuture<ListServicesResponse> |
ServiceDiscoveryAsyncClient.listServices(ListServicesRequest listServicesRequest)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
default ListServicesIterable |
ServiceDiscoveryClient.listServicesPaginator(ListServicesRequest listServicesRequest)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
default ListServicesPublisher |
ServiceDiscoveryAsyncClient.listServicesPaginator(ListServicesRequest listServicesRequest)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
| Constructor and Description |
|---|
ListServicesIterable(ServiceDiscoveryClient client,
ListServicesRequest firstRequest) |
ListServicesPublisher(ServiceDiscoveryAsyncClient client,
ListServicesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListServicesRequestMarshaller.marshall(ListServicesRequest listServicesRequest) |
Copyright © 2023. All rights reserved.