| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery |
|
| software.amazon.awssdk.services.servicediscovery.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListServicesResponse |
ServiceDiscoveryClient.listServices()
Lists summary information for all the services that are associated with one or more specified namespaces.
|
default ListServicesResponse |
ServiceDiscoveryClient.listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
default ListServicesResponse |
ServiceDiscoveryClient.listServices(ListServicesRequest listServicesRequest)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListServicesResponse> |
ServiceDiscoveryAsyncClient.listServices()
Lists summary information for all the services that are associated with one or more specified namespaces.
|
default CompletableFuture<ListServicesResponse> |
ServiceDiscoveryAsyncClient.listServices(Consumer<ListServicesRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListServicesResponse> |
ListServicesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListServicesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListServicesResponse> subscriber) |
Copyright © 2023. All rights reserved.