Uses of Class
software.amazon.awssdk.services.entityresolution.model.ListIdNamespacesResponse
-
Packages that use ListIdNamespacesResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.paginators -
-
Uses of ListIdNamespacesResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return ListIdNamespacesResponse Modifier and Type Method Description default ListIdNamespacesResponseEntityResolutionClient. listIdNamespaces(Consumer<ListIdNamespacesRequest.Builder> listIdNamespacesRequest)Returns a list of all ID namespaces.default ListIdNamespacesResponseEntityResolutionClient. listIdNamespaces(ListIdNamespacesRequest listIdNamespacesRequest)Returns a list of all ID namespaces.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type ListIdNamespacesResponse Modifier and Type Method Description default CompletableFuture<ListIdNamespacesResponse>EntityResolutionAsyncClient. listIdNamespaces(Consumer<ListIdNamespacesRequest.Builder> listIdNamespacesRequest)Returns a list of all ID namespaces.default CompletableFuture<ListIdNamespacesResponse>EntityResolutionAsyncClient. listIdNamespaces(ListIdNamespacesRequest listIdNamespacesRequest)Returns a list of all ID namespaces. -
Uses of ListIdNamespacesResponse in software.amazon.awssdk.services.entityresolution.paginators
Methods in software.amazon.awssdk.services.entityresolution.paginators that return types with arguments of type ListIdNamespacesResponse Modifier and Type Method Description Iterator<ListIdNamespacesResponse>ListIdNamespacesIterable. iterator()Method parameters in software.amazon.awssdk.services.entityresolution.paginators with type arguments of type ListIdNamespacesResponse Modifier and Type Method Description voidListIdNamespacesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIdNamespacesResponse> subscriber)
-