Uses of Class
software.amazon.awssdk.services.entityresolution.model.UpdateIdNamespaceResponse
-
Packages that use UpdateIdNamespaceResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of UpdateIdNamespaceResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return UpdateIdNamespaceResponse Modifier and Type Method Description default UpdateIdNamespaceResponseEntityResolutionClient. updateIdNamespace(Consumer<UpdateIdNamespaceRequest.Builder> updateIdNamespaceRequest)Updates an existing ID namespace.default UpdateIdNamespaceResponseEntityResolutionClient. updateIdNamespace(UpdateIdNamespaceRequest updateIdNamespaceRequest)Updates an existing ID namespace.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type UpdateIdNamespaceResponse Modifier and Type Method Description default CompletableFuture<UpdateIdNamespaceResponse>EntityResolutionAsyncClient. updateIdNamespace(Consumer<UpdateIdNamespaceRequest.Builder> updateIdNamespaceRequest)Updates an existing ID namespace.default CompletableFuture<UpdateIdNamespaceResponse>EntityResolutionAsyncClient. updateIdNamespace(UpdateIdNamespaceRequest updateIdNamespaceRequest)Updates an existing ID namespace.
-