| Modifier and Type | Method and Description |
|---|---|
default FileUpload |
S3TransferManager.resumeUploadFile(ResumableFileUpload resumableFileUpload)
Resumes uploadFile operation.
|
| Modifier and Type | Method and Description |
|---|---|
ResumableFileUpload |
DefaultFileUpload.pause() |
ResumableFileUpload |
CrtFileUpload.pause() |
| Modifier and Type | Method and Description |
|---|---|
static ResumableFileUpload |
ResumableFileUploadSerializer.fromJson(byte[] string) |
static ResumableFileUpload |
ResumableFileUploadSerializer.fromJson(InputStream inputStream) |
static ResumableFileUpload |
ResumableFileUploadSerializer.fromJson(String bytes) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
ResumableFileUploadSerializer.toJson(ResumableFileUpload upload)
Serializes an instance of
ResumableFileUpload into valid JSON. |
| Modifier and Type | Method and Description |
|---|---|
static ResumableFileUpload |
ResumableFileUpload.fromBytes(SdkBytes bytes)
Deserializes bytes with JSON data into a
ResumableFileUpload. |
static ResumableFileUpload |
ResumableFileUpload.fromFile(Path path)
Deserializes data at the given path into a
ResumableFileUpload. |
static ResumableFileUpload |
ResumableFileUpload.fromString(String contents)
Deserializes a string with JSON data into a
ResumableFileUpload. |
ResumableFileUpload |
FileUpload.pause()
Pauses the current upload operation and return the information that can
be used to resume the upload at a later time.
|
Copyright © 2023. All rights reserved.