| Package | Description |
|---|---|
| com.amazonaws.services.backupstorage |
The frontend service for Cryo Storage.
|
| com.amazonaws.services.backupstorage.model |
| Modifier and Type | Method and Description |
|---|---|
GetObjectMetadataResult |
AbstractAWSBackupStorage.getObjectMetadata(GetObjectMetadataRequest request) |
GetObjectMetadataResult |
AWSBackupStorage.getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest)
Get metadata associated with an Object.
|
GetObjectMetadataResult |
AWSBackupStorageClient.getObjectMetadata(GetObjectMetadataRequest request)
Get metadata associated with an Object.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetObjectMetadataResult> |
AbstractAWSBackupStorageAsync.getObjectMetadataAsync(GetObjectMetadataRequest request,
AsyncHandler<GetObjectMetadataRequest,GetObjectMetadataResult> asyncHandler) |
Future<GetObjectMetadataResult> |
AWSBackupStorageAsync.getObjectMetadataAsync(GetObjectMetadataRequest getObjectMetadataRequest,
AsyncHandler<GetObjectMetadataRequest,GetObjectMetadataResult> asyncHandler)
Get metadata associated with an Object.
|
Future<GetObjectMetadataResult> |
AWSBackupStorageAsyncClient.getObjectMetadataAsync(GetObjectMetadataRequest request,
AsyncHandler<GetObjectMetadataRequest,GetObjectMetadataResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetObjectMetadataResult |
GetObjectMetadataResult.clone() |
GetObjectMetadataResult |
GetObjectMetadataResult.withMetadataBlob(InputStream metadataBlob)
Metadata blob.
|
GetObjectMetadataResult |
GetObjectMetadataResult.withMetadataBlobChecksum(String metadataBlobChecksum)
MetadataBlob checksum.
|
GetObjectMetadataResult |
GetObjectMetadataResult.withMetadataBlobChecksumAlgorithm(DataChecksumAlgorithm metadataBlobChecksumAlgorithm)
Checksum algorithm.
|
GetObjectMetadataResult |
GetObjectMetadataResult.withMetadataBlobChecksumAlgorithm(String metadataBlobChecksumAlgorithm)
Checksum algorithm.
|
GetObjectMetadataResult |
GetObjectMetadataResult.withMetadataBlobLength(Long metadataBlobLength)
The size of MetadataBlob.
|
GetObjectMetadataResult |
GetObjectMetadataResult.withMetadataString(String metadataString)
Metadata string.
|
Copyright © 2023. All rights reserved.