| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
GetRestoreJobMetadataResult |
AWSBackupClient.getRestoreJobMetadata(GetRestoreJobMetadataRequest request)
This request returns the metadata for the specified restore job.
|
GetRestoreJobMetadataResult |
AbstractAWSBackup.getRestoreJobMetadata(GetRestoreJobMetadataRequest request) |
GetRestoreJobMetadataResult |
AWSBackup.getRestoreJobMetadata(GetRestoreJobMetadataRequest getRestoreJobMetadataRequest)
This request returns the metadata for the specified restore job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetRestoreJobMetadataResult> |
AbstractAWSBackupAsync.getRestoreJobMetadataAsync(GetRestoreJobMetadataRequest request,
AsyncHandler<GetRestoreJobMetadataRequest,GetRestoreJobMetadataResult> asyncHandler) |
Future<GetRestoreJobMetadataResult> |
AWSBackupAsyncClient.getRestoreJobMetadataAsync(GetRestoreJobMetadataRequest request,
AsyncHandler<GetRestoreJobMetadataRequest,GetRestoreJobMetadataResult> asyncHandler) |
Future<GetRestoreJobMetadataResult> |
AWSBackupAsync.getRestoreJobMetadataAsync(GetRestoreJobMetadataRequest getRestoreJobMetadataRequest,
AsyncHandler<GetRestoreJobMetadataRequest,GetRestoreJobMetadataResult> asyncHandler)
This request returns the metadata for the specified restore job.
|
| Modifier and Type | Method and Description |
|---|---|
GetRestoreJobMetadataResult |
GetRestoreJobMetadataResult.addMetadataEntry(String key,
String value)
Add a single Metadata entry
|
GetRestoreJobMetadataResult |
GetRestoreJobMetadataResult.clearMetadataEntries()
Removes all the entries added into Metadata.
|
GetRestoreJobMetadataResult |
GetRestoreJobMetadataResult.clone() |
GetRestoreJobMetadataResult |
GetRestoreJobMetadataResult.withMetadata(Map<String,String> metadata)
This contains the metadata of the specified backup job.
|
GetRestoreJobMetadataResult |
GetRestoreJobMetadataResult.withRestoreJobId(String restoreJobId)
This is a unique identifier of a restore job within Backup.
|
Copyright © 2024. All rights reserved.