Uses of Record Class
com.adobe.testing.s3mock.dto.DeletedS3Object
Packages that use DeletedS3Object
Package
Description
This set the namespace for all JAX-B serialization / deserialization POJOs in this package.
-
Uses of DeletedS3Object in com.adobe.testing.s3mock.dto
Methods in com.adobe.testing.s3mock.dto that return DeletedS3ObjectModifier and TypeMethodDescriptionstatic DeletedS3ObjectDeletedS3Object.from(S3ObjectIdentifier s3ObjectIdentifier) Methods in com.adobe.testing.s3mock.dto that return types with arguments of type DeletedS3ObjectModifier and TypeMethodDescriptionDeleteResult.deletedObjects()Returns the value of thedeletedObjectsrecord component.Methods in com.adobe.testing.s3mock.dto with parameters of type DeletedS3ObjectModifier and TypeMethodDescriptionvoidDeleteResult.addDeletedObject(DeletedS3Object deletedObject) Constructor parameters in com.adobe.testing.s3mock.dto with type arguments of type DeletedS3ObjectModifierConstructorDescriptionDeleteResult(List<DeletedS3Object> deletedObjects, List<Error> errors) Creates an instance of aDeleteResultrecord class.