| Package | Description |
|---|---|
| com.amazonaws.services.backupstorage |
The frontend service for Cryo Storage.
|
| com.amazonaws.services.backupstorage.model |
| Modifier and Type | Method and Description |
|---|---|
GetChunkResult |
AbstractAWSBackupStorage.getChunk(GetChunkRequest request) |
GetChunkResult |
AWSBackupStorage.getChunk(GetChunkRequest getChunkRequest)
Gets the specified object's chunk.
|
GetChunkResult |
AWSBackupStorageClient.getChunk(GetChunkRequest request)
Gets the specified object's chunk.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetChunkResult> |
AbstractAWSBackupStorageAsync.getChunkAsync(GetChunkRequest request) |
Future<GetChunkResult> |
AWSBackupStorageAsync.getChunkAsync(GetChunkRequest getChunkRequest)
Gets the specified object's chunk.
|
Future<GetChunkResult> |
AWSBackupStorageAsyncClient.getChunkAsync(GetChunkRequest request) |
Future<GetChunkResult> |
AbstractAWSBackupStorageAsync.getChunkAsync(GetChunkRequest request,
AsyncHandler<GetChunkRequest,GetChunkResult> asyncHandler) |
Future<GetChunkResult> |
AWSBackupStorageAsync.getChunkAsync(GetChunkRequest getChunkRequest,
AsyncHandler<GetChunkRequest,GetChunkResult> asyncHandler)
Gets the specified object's chunk.
|
Future<GetChunkResult> |
AWSBackupStorageAsyncClient.getChunkAsync(GetChunkRequest request,
AsyncHandler<GetChunkRequest,GetChunkResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetChunkResult> |
AbstractAWSBackupStorageAsync.getChunkAsync(GetChunkRequest request,
AsyncHandler<GetChunkRequest,GetChunkResult> asyncHandler) |
Future<GetChunkResult> |
AWSBackupStorageAsync.getChunkAsync(GetChunkRequest getChunkRequest,
AsyncHandler<GetChunkRequest,GetChunkResult> asyncHandler)
Gets the specified object's chunk.
|
Future<GetChunkResult> |
AWSBackupStorageAsyncClient.getChunkAsync(GetChunkRequest request,
AsyncHandler<GetChunkRequest,GetChunkResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetChunkResult |
GetChunkResult.clone() |
GetChunkResult |
GetChunkResult.withChecksum(String checksum)
Data checksum
|
GetChunkResult |
GetChunkResult.withChecksumAlgorithm(DataChecksumAlgorithm checksumAlgorithm)
Checksum algorithm
|
GetChunkResult |
GetChunkResult.withChecksumAlgorithm(String checksumAlgorithm)
Checksum algorithm
|
GetChunkResult |
GetChunkResult.withData(InputStream data)
Chunk data
|
GetChunkResult |
GetChunkResult.withLength(Long length)
Data length
|
Copyright © 2024. All rights reserved.