| Package | Description |
|---|---|
| software.amazon.awssdk.services.backupstorage |
The frontend service for Cryo Storage.
|
| software.amazon.awssdk.services.backupstorage.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutChunkResponse> |
BackupStorageAsyncClient.putChunk(PutChunkRequest putChunkRequest,
AsyncRequestBody requestBody)
Upload chunk.
|
default PutChunkResponse |
BackupStorageClient.putChunk(PutChunkRequest putChunkRequest,
Path sourcePath)
Upload chunk.
|
default CompletableFuture<PutChunkResponse> |
BackupStorageAsyncClient.putChunk(PutChunkRequest putChunkRequest,
Path sourcePath)
Upload chunk.
|
default PutChunkResponse |
BackupStorageClient.putChunk(PutChunkRequest putChunkRequest,
RequestBody requestBody)
Upload chunk.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
PutChunkRequestMarshaller.marshall(PutChunkRequest putChunkRequest) |
Copyright © 2023. All rights reserved.