Uses of Class
software.amazon.awssdk.services.servicediscovery.paginators.ListServicesIterable
-
Packages that use ListServicesIterable Package Description software.amazon.awssdk.services.servicediscovery Cloud Map -
-
Uses of ListServicesIterable in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery that return ListServicesIterable Modifier and Type Method Description default ListServicesIterableServiceDiscoveryClient. listServicesPaginator()Lists summary information for all the services that are associated with one or more specified namespaces.default ListServicesIterableServiceDiscoveryClient. listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest)Lists summary information for all the services that are associated with one or more specified namespaces.default ListServicesIterableServiceDiscoveryClient. listServicesPaginator(ListServicesRequest listServicesRequest)Lists summary information for all the services that are associated with one or more specified namespaces.
-