Uses of Class
software.amazon.awssdk.services.backupstorage.model.GetChunkResponse
-
Packages that use GetChunkResponse Package Description software.amazon.awssdk.services.backupstorage The frontend service for Cryo Storage. -
-
Uses of GetChunkResponse in software.amazon.awssdk.services.backupstorage
Methods in software.amazon.awssdk.services.backupstorage that return GetChunkResponse Modifier and Type Method Description default GetChunkResponseBackupStorageClient. getChunk(Consumer<GetChunkRequest.Builder> getChunkRequest, Path destinationPath)Gets the specified object's chunk.default GetChunkResponseBackupStorageClient. getChunk(GetChunkRequest getChunkRequest, Path destinationPath)Gets the specified object's chunk.Methods in software.amazon.awssdk.services.backupstorage that return types with arguments of type GetChunkResponse Modifier and Type Method Description default CompletableFuture<GetChunkResponse>BackupStorageAsyncClient. getChunk(Consumer<GetChunkRequest.Builder> getChunkRequest, Path destinationPath)Gets the specified object's chunk.default CompletableFuture<GetChunkResponse>BackupStorageAsyncClient. getChunk(GetChunkRequest getChunkRequest, Path destinationPath)Gets the specified object's chunk.default ResponseInputStream<GetChunkResponse>BackupStorageClient. getChunk(Consumer<GetChunkRequest.Builder> getChunkRequest)Gets the specified object's chunk.default ResponseInputStream<GetChunkResponse>BackupStorageClient. getChunk(GetChunkRequest getChunkRequest)Gets the specified object's chunk.default ResponseBytes<GetChunkResponse>BackupStorageClient. getChunkAsBytes(Consumer<GetChunkRequest.Builder> getChunkRequest)Gets the specified object's chunk.default ResponseBytes<GetChunkResponse>BackupStorageClient. getChunkAsBytes(GetChunkRequest getChunkRequest)Gets the specified object's chunk.Method parameters in software.amazon.awssdk.services.backupstorage with type arguments of type GetChunkResponse Modifier and Type Method Description default <ReturnT> CompletableFuture<ReturnT>BackupStorageAsyncClient. getChunk(Consumer<GetChunkRequest.Builder> getChunkRequest, AsyncResponseTransformer<GetChunkResponse,ReturnT> asyncResponseTransformer)Gets the specified object's chunk.default <ReturnT> CompletableFuture<ReturnT>BackupStorageAsyncClient. getChunk(GetChunkRequest getChunkRequest, AsyncResponseTransformer<GetChunkResponse,ReturnT> asyncResponseTransformer)Gets the specified object's chunk.default <ReturnT> ReturnTBackupStorageClient. getChunk(Consumer<GetChunkRequest.Builder> getChunkRequest, ResponseTransformer<GetChunkResponse,ReturnT> responseTransformer)Gets the specified object's chunk.default <ReturnT> ReturnTBackupStorageClient. getChunk(GetChunkRequest getChunkRequest, ResponseTransformer<GetChunkResponse,ReturnT> responseTransformer)Gets the specified object's chunk.
-