Uses of Class
software.amazon.awssdk.services.entityresolution.model.CreateIdNamespaceResponse
-
Packages that use CreateIdNamespaceResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of CreateIdNamespaceResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return CreateIdNamespaceResponse Modifier and Type Method Description default CreateIdNamespaceResponseEntityResolutionClient. createIdNamespace(Consumer<CreateIdNamespaceRequest.Builder> createIdNamespaceRequest)Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it.default CreateIdNamespaceResponseEntityResolutionClient. createIdNamespace(CreateIdNamespaceRequest createIdNamespaceRequest)Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type CreateIdNamespaceResponse Modifier and Type Method Description default CompletableFuture<CreateIdNamespaceResponse>EntityResolutionAsyncClient. createIdNamespace(Consumer<CreateIdNamespaceRequest.Builder> createIdNamespaceRequest)Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it.default CompletableFuture<CreateIdNamespaceResponse>EntityResolutionAsyncClient. createIdNamespace(CreateIdNamespaceRequest createIdNamespaceRequest)Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it.
-