| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery |
With AWS Cloud Map, you can configure public DNS, private DNS, or HTTP namespaces that your microservice applications
run in.
|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
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 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 ListServicesIterable |
ServiceDiscoveryClient.listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
default ListServicesPublisher |
ServiceDiscoveryAsyncClient.listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest)
Lists summary information for all the services that are associated with one or more specified namespaces.
|
| Modifier and Type | Method and Description |
|---|---|
static ListServicesRequest.Builder |
ListServicesRequest.builder() |
ListServicesRequest.Builder |
ListServicesRequest.Builder.filters(Collection<ServiceFilter> filters)
A complex type that contains specifications for the namespaces that you want to list services for.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.filters(Consumer<ServiceFilter.Builder>... filters)
A complex type that contains specifications for the namespaces that you want to list services for.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.filters(ServiceFilter... filters)
A complex type that contains specifications for the namespaces that you want to list services for.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.maxResults(Integer maxResults)
The maximum number of services that you want AWS Cloud Map to return in the response to a
ListServices request. |
ListServicesRequest.Builder |
ListServicesRequest.Builder.nextToken(String nextToken)
For the first
ListServices request, omit this value. |
ListServicesRequest.Builder |
ListServicesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListServicesRequest.Builder |
ListServicesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListServicesRequest.Builder |
ListServicesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListServicesRequest.Builder> |
ListServicesRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.