Uses of Class
software.amazon.awssdk.services.entityresolution.model.DeleteIdNamespaceRequest
-
Packages that use DeleteIdNamespaceRequest Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.transform -
-
Uses of DeleteIdNamespaceRequest in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution with parameters of type DeleteIdNamespaceRequest Modifier and Type Method Description default CompletableFuture<DeleteIdNamespaceResponse>EntityResolutionAsyncClient. deleteIdNamespace(DeleteIdNamespaceRequest deleteIdNamespaceRequest)Deletes theIdNamespacewith a given name.default DeleteIdNamespaceResponseEntityResolutionClient. deleteIdNamespace(DeleteIdNamespaceRequest deleteIdNamespaceRequest)Deletes theIdNamespacewith a given name. -
Uses of DeleteIdNamespaceRequest in software.amazon.awssdk.services.entityresolution.transform
Methods in software.amazon.awssdk.services.entityresolution.transform with parameters of type DeleteIdNamespaceRequest Modifier and Type Method Description SdkHttpFullRequestDeleteIdNamespaceRequestMarshaller. marshall(DeleteIdNamespaceRequest deleteIdNamespaceRequest)
-