Uses of Class
software.amazon.awssdk.services.backupstorage.model.PutChunkRequest
-
Packages that use PutChunkRequest Package Description software.amazon.awssdk.services.backupstorage The frontend service for Cryo Storage.software.amazon.awssdk.services.backupstorage.transform -
-
Uses of PutChunkRequest in software.amazon.awssdk.services.backupstorage
Methods in software.amazon.awssdk.services.backupstorage with parameters of type PutChunkRequest Modifier and Type Method Description default CompletableFuture<PutChunkResponse>BackupStorageAsyncClient. putChunk(PutChunkRequest putChunkRequest, Path sourcePath)Upload chunk.default CompletableFuture<PutChunkResponse>BackupStorageAsyncClient. putChunk(PutChunkRequest putChunkRequest, AsyncRequestBody requestBody)Upload chunk.default PutChunkResponseBackupStorageClient. putChunk(PutChunkRequest putChunkRequest, Path sourcePath)Upload chunk.default PutChunkResponseBackupStorageClient. putChunk(PutChunkRequest putChunkRequest, RequestBody requestBody)Upload chunk. -
Uses of PutChunkRequest in software.amazon.awssdk.services.backupstorage.transform
Methods in software.amazon.awssdk.services.backupstorage.transform with parameters of type PutChunkRequest Modifier and Type Method Description SdkHttpFullRequestPutChunkRequestMarshaller. marshall(PutChunkRequest putChunkRequest)
-