Uses of Interface
software.amazon.awssdk.services.entityresolution.model.BatchDeleteUniqueIdRequest.Builder
-
Packages that use BatchDeleteUniqueIdRequest.Builder Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.model -
-
Uses of BatchDeleteUniqueIdRequest.Builder in software.amazon.awssdk.services.entityresolution
Method parameters in software.amazon.awssdk.services.entityresolution with type arguments of type BatchDeleteUniqueIdRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDeleteUniqueIdResponse>EntityResolutionAsyncClient. batchDeleteUniqueId(Consumer<BatchDeleteUniqueIdRequest.Builder> batchDeleteUniqueIdRequest)Deletes multiple unique IDs in a matching workflow.default BatchDeleteUniqueIdResponseEntityResolutionClient. batchDeleteUniqueId(Consumer<BatchDeleteUniqueIdRequest.Builder> batchDeleteUniqueIdRequest)Deletes multiple unique IDs in a matching workflow. -
Uses of BatchDeleteUniqueIdRequest.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return BatchDeleteUniqueIdRequest.Builder Modifier and Type Method Description static BatchDeleteUniqueIdRequest.BuilderBatchDeleteUniqueIdRequest. builder()BatchDeleteUniqueIdRequest.BuilderBatchDeleteUniqueIdRequest.Builder. inputSource(String inputSource)The input source for the batch delete unique ID operation.BatchDeleteUniqueIdRequest.BuilderBatchDeleteUniqueIdRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteUniqueIdRequest.BuilderBatchDeleteUniqueIdRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDeleteUniqueIdRequest.BuilderBatchDeleteUniqueIdRequest. toBuilder()BatchDeleteUniqueIdRequest.BuilderBatchDeleteUniqueIdRequest.Builder. uniqueIds(String... uniqueIds)The unique IDs to delete.BatchDeleteUniqueIdRequest.BuilderBatchDeleteUniqueIdRequest.Builder. uniqueIds(Collection<String> uniqueIds)The unique IDs to delete.BatchDeleteUniqueIdRequest.BuilderBatchDeleteUniqueIdRequest.Builder. workflowName(String workflowName)The name of the workflow.Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type BatchDeleteUniqueIdRequest.Builder Modifier and Type Method Description static Class<? extends BatchDeleteUniqueIdRequest.Builder>BatchDeleteUniqueIdRequest. serializableBuilderClass()
-