Uses of Class
software.amazon.awssdk.services.entityresolution.model.BatchDeleteUniqueIdResponse
-
Packages that use BatchDeleteUniqueIdResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of BatchDeleteUniqueIdResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return BatchDeleteUniqueIdResponse Modifier and Type Method Description default BatchDeleteUniqueIdResponseEntityResolutionClient. batchDeleteUniqueId(Consumer<BatchDeleteUniqueIdRequest.Builder> batchDeleteUniqueIdRequest)Deletes multiple unique IDs in a matching workflow.default BatchDeleteUniqueIdResponseEntityResolutionClient. batchDeleteUniqueId(BatchDeleteUniqueIdRequest batchDeleteUniqueIdRequest)Deletes multiple unique IDs in a matching workflow.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type BatchDeleteUniqueIdResponse Modifier and Type Method Description default CompletableFuture<BatchDeleteUniqueIdResponse>EntityResolutionAsyncClient. batchDeleteUniqueId(Consumer<BatchDeleteUniqueIdRequest.Builder> batchDeleteUniqueIdRequest)Deletes multiple unique IDs in a matching workflow.default CompletableFuture<BatchDeleteUniqueIdResponse>EntityResolutionAsyncClient. batchDeleteUniqueId(BatchDeleteUniqueIdRequest batchDeleteUniqueIdRequest)Deletes multiple unique IDs in a matching workflow.
-