Uses of Class
software.amazon.awssdk.services.servicediscovery.paginators.ListNamespacesIterable
-
Packages that use ListNamespacesIterable Package Description software.amazon.awssdk.services.servicediscovery Cloud Map -
-
Uses of ListNamespacesIterable in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery that return ListNamespacesIterable Modifier and Type Method Description default ListNamespacesIterableServiceDiscoveryClient. listNamespacesPaginator()Lists summary information about the namespaces that were created by the current Amazon Web Services account.default ListNamespacesIterableServiceDiscoveryClient. listNamespacesPaginator(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)Lists summary information about the namespaces that were created by the current Amazon Web Services account.default ListNamespacesIterableServiceDiscoveryClient. listNamespacesPaginator(ListNamespacesRequest listNamespacesRequest)Lists summary information about the namespaces that were created by the current Amazon Web Services account.
-