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