Class PartCreationEvent
- java.lang.Object
- 
- software.amazon.encryption.s3.internal.PartCreationEvent
 
- 
 public class PartCreationEvent extends Object 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OnFileDeletegetFileDeleteObserver()Returns an observer for file deletion; or null if there is none.FilegetPart()Returns a non-null part (in the form of a file) for multipart upload.intgetPartNumber()booleanisLastPart()
 
- 
- 
- 
Method Detail- 
getPartpublic File getPart() Returns a non-null part (in the form of a file) for multipart upload.
 - 
getPartNumberpublic int getPartNumber() 
 - 
isLastPartpublic boolean isLastPart() 
 - 
getFileDeleteObserverpublic OnFileDelete getFileDeleteObserver() Returns an observer for file deletion; or null if there is none.
 
- 
 
-