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