Uses of Class
software.amazon.awssdk.services.entityresolution.model.DeletedUniqueId
-
Packages that use DeletedUniqueId Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of DeletedUniqueId in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type DeletedUniqueId Modifier and Type Method Description List<DeletedUniqueId>BatchDeleteUniqueIdResponse. deleted()The unique IDs that were deleted.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type DeletedUniqueId Modifier and Type Method Description BatchDeleteUniqueIdResponse.BuilderBatchDeleteUniqueIdResponse.Builder. deleted(DeletedUniqueId... deleted)The unique IDs that were deleted.Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type DeletedUniqueId Modifier and Type Method Description BatchDeleteUniqueIdResponse.BuilderBatchDeleteUniqueIdResponse.Builder. deleted(Collection<DeletedUniqueId> deleted)The unique IDs that were deleted.
-