| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartRestoreJobResult> |
AWSBackupAsyncClient.startRestoreJobAsync(StartRestoreJobRequest request,
AsyncHandler<StartRestoreJobRequest,StartRestoreJobResult> asyncHandler) |
Future<StartRestoreJobResult> |
AbstractAWSBackupAsync.startRestoreJobAsync(StartRestoreJobRequest request,
AsyncHandler<StartRestoreJobRequest,StartRestoreJobResult> asyncHandler) |
Future<StartRestoreJobResult> |
AWSBackupAsync.startRestoreJobAsync(StartRestoreJobRequest startRestoreJobRequest,
AsyncHandler<StartRestoreJobRequest,StartRestoreJobResult> asyncHandler)
Recovers the saved resource identified by an Amazon Resource Name (ARN).
|
| Modifier and Type | Method and Description |
|---|---|
StartRestoreJobRequest |
StartRestoreJobRequest.addMetadataEntry(String key,
String value)
Add a single Metadata entry
|
StartRestoreJobRequest |
StartRestoreJobRequest.clearMetadataEntries()
Removes all the entries added into Metadata.
|
StartRestoreJobRequest |
StartRestoreJobRequest.clone() |
StartRestoreJobRequest |
StartRestoreJobRequest.withIamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role that AWS Backup uses to create the target recovery point; for
example,
arn:aws:iam::123456789012:role/S3Access. |
StartRestoreJobRequest |
StartRestoreJobRequest.withIdempotencyToken(String idempotencyToken)
A customer chosen string that can be used to distinguish between calls to
StartRestoreJob. |
StartRestoreJobRequest |
StartRestoreJobRequest.withMetadata(Map<String,String> metadata)
A set of metadata key-value pairs.
|
StartRestoreJobRequest |
StartRestoreJobRequest.withRecoveryPointArn(String recoveryPointArn)
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
StartRestoreJobRequest |
StartRestoreJobRequest.withResourceType(String resourceType)
Starts a job to restore a recovery point for one of the following resources:
|
Copyright © 2021. All rights reserved.