Uses of Class
software.amazon.awssdk.services.entityresolution.model.CreateIdNamespaceRequest
-
Packages that use CreateIdNamespaceRequest Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.transform -
-
Uses of CreateIdNamespaceRequest in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution with parameters of type CreateIdNamespaceRequest Modifier and Type Method Description 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.default CreateIdNamespaceResponseEntityResolutionClient. createIdNamespace(CreateIdNamespaceRequest createIdNamespaceRequest)Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it. -
Uses of CreateIdNamespaceRequest in software.amazon.awssdk.services.entityresolution.transform
Methods in software.amazon.awssdk.services.entityresolution.transform with parameters of type CreateIdNamespaceRequest Modifier and Type Method Description SdkHttpFullRequestCreateIdNamespaceRequestMarshaller. marshall(CreateIdNamespaceRequest createIdNamespaceRequest)
-