Package com.amazonaws.services.s3
Interface OnFileDelete
-
public interface OnFileDeleteA service provider interface (SPI) used to notify the event of a file deletion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFileDelete(com.amazonaws.services.s3.internal.FileDeletionEvent event)Called upon a file deletion event.
-