Uses of Class
com.adobe.testing.s3mock.dto.ObjectIdentifier
-
Packages that use ObjectIdentifier Package Description com.adobe.testing.s3mock.dto -
-
Uses of ObjectIdentifier in com.adobe.testing.s3mock.dto
Methods in com.adobe.testing.s3mock.dto that return types with arguments of type ObjectIdentifier Modifier and Type Method Description java.util.List<ObjectIdentifier>BatchDeleteResponse. getDeletedObjects()java.util.List<ObjectIdentifier>BatchDeleteRequest. getObjectsToDelete()Methods in com.adobe.testing.s3mock.dto with parameters of type ObjectIdentifier Modifier and Type Method Description voidBatchDeleteResponse. addDeletedObject(ObjectIdentifier deletedObject)Method parameters in com.adobe.testing.s3mock.dto with type arguments of type ObjectIdentifier Modifier and Type Method Description voidBatchDeleteRequest. setObjectsToDelete(java.util.List<ObjectIdentifier> objectsToDelete)
-