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