Uses of Class
software.amazon.awssdk.services.entityresolution.model.GetIdNamespaceResponse
-
Packages that use GetIdNamespaceResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of GetIdNamespaceResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return GetIdNamespaceResponse Modifier and Type Method Description default GetIdNamespaceResponseEntityResolutionClient. getIdNamespace(Consumer<GetIdNamespaceRequest.Builder> getIdNamespaceRequest)Returns theIdNamespacewith a given name, if it exists.default GetIdNamespaceResponseEntityResolutionClient. getIdNamespace(GetIdNamespaceRequest getIdNamespaceRequest)Returns theIdNamespacewith a given name, if it exists.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type GetIdNamespaceResponse Modifier and Type Method Description default CompletableFuture<GetIdNamespaceResponse>EntityResolutionAsyncClient. getIdNamespace(Consumer<GetIdNamespaceRequest.Builder> getIdNamespaceRequest)Returns theIdNamespacewith a given name, if it exists.default CompletableFuture<GetIdNamespaceResponse>EntityResolutionAsyncClient. getIdNamespace(GetIdNamespaceRequest getIdNamespaceRequest)Returns theIdNamespacewith a given name, if it exists.
-