Class ResumableFileUploadSerializer
java.lang.Object
software.amazon.awssdk.transfer.s3.internal.serialization.ResumableFileUploadSerializer
- 
Method Summary
Modifier and TypeMethodDescriptionstatic ResumableFileUploadfromJson(byte[] string) static ResumableFileUploadfromJson(InputStream inputStream) static ResumableFileUploadstatic byte[]toJson(ResumableFileUpload upload) Serializes an instance ofResumableFileUploadinto valid JSON. 
- 
Method Details
- 
toJson
Serializes an instance ofResumableFileUploadinto valid JSON. This object contains a nested PutObjectRequest and therefore makes use of the standard JSON marshalling classes. - 
fromJson
 - 
fromJson
 - 
fromJson
 
 -