Uses of Class
software.amazon.awssdk.services.servicediscovery.model.ListNamespacesResponse
-
Packages that use ListNamespacesResponse Package Description software.amazon.awssdk.services.servicediscovery Cloud Map software.amazon.awssdk.services.servicediscovery.paginators -
-
Uses of ListNamespacesResponse in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery that return ListNamespacesResponse Modifier and Type Method Description default ListNamespacesResponseServiceDiscoveryClient. listNamespaces()Lists summary information about the namespaces that were created by the current Amazon Web Services account.default ListNamespacesResponseServiceDiscoveryClient. listNamespaces(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)Lists summary information about the namespaces that were created by the current Amazon Web Services account.default ListNamespacesResponseServiceDiscoveryClient. listNamespaces(ListNamespacesRequest listNamespacesRequest)Lists summary information about the namespaces that were created by the current Amazon Web Services account.Methods in software.amazon.awssdk.services.servicediscovery that return types with arguments of type ListNamespacesResponse Modifier and Type Method Description default CompletableFuture<ListNamespacesResponse>ServiceDiscoveryAsyncClient. listNamespaces()Lists summary information about the namespaces that were created by the current Amazon Web Services account.default CompletableFuture<ListNamespacesResponse>ServiceDiscoveryAsyncClient. listNamespaces(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)Lists summary information about the namespaces that were created by the current Amazon Web Services account.default CompletableFuture<ListNamespacesResponse>ServiceDiscoveryAsyncClient. listNamespaces(ListNamespacesRequest listNamespacesRequest)Lists summary information about the namespaces that were created by the current Amazon Web Services account. -
Uses of ListNamespacesResponse in software.amazon.awssdk.services.servicediscovery.paginators
Methods in software.amazon.awssdk.services.servicediscovery.paginators that return types with arguments of type ListNamespacesResponse Modifier and Type Method Description Iterator<ListNamespacesResponse>ListNamespacesIterable. iterator()Method parameters in software.amazon.awssdk.services.servicediscovery.paginators with type arguments of type ListNamespacesResponse Modifier and Type Method Description voidListNamespacesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListNamespacesResponse> subscriber)
-