| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
CreateRestoreTestingPlanResult |
AbstractAWSBackup.createRestoreTestingPlan(CreateRestoreTestingPlanRequest request) |
CreateRestoreTestingPlanResult |
AWSBackup.createRestoreTestingPlan(CreateRestoreTestingPlanRequest createRestoreTestingPlanRequest)
This is the first of two steps to create a restore testing plan; once this request is successful, finish the
procedure with request CreateRestoreTestingSelection.
|
CreateRestoreTestingPlanResult |
AWSBackupClient.createRestoreTestingPlan(CreateRestoreTestingPlanRequest request)
This is the first of two steps to create a restore testing plan; once this request is successful, finish the
procedure with request CreateRestoreTestingSelection.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRestoreTestingPlanResult> |
AbstractAWSBackupAsync.createRestoreTestingPlanAsync(CreateRestoreTestingPlanRequest request,
AsyncHandler<CreateRestoreTestingPlanRequest,CreateRestoreTestingPlanResult> asyncHandler) |
Future<CreateRestoreTestingPlanResult> |
AWSBackupAsync.createRestoreTestingPlanAsync(CreateRestoreTestingPlanRequest createRestoreTestingPlanRequest,
AsyncHandler<CreateRestoreTestingPlanRequest,CreateRestoreTestingPlanResult> asyncHandler)
This is the first of two steps to create a restore testing plan; once this request is successful, finish the
procedure with request CreateRestoreTestingSelection.
|
Future<CreateRestoreTestingPlanResult> |
AWSBackupAsyncClient.createRestoreTestingPlanAsync(CreateRestoreTestingPlanRequest request,
AsyncHandler<CreateRestoreTestingPlanRequest,CreateRestoreTestingPlanResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateRestoreTestingPlanResult |
CreateRestoreTestingPlanResult.clone() |
CreateRestoreTestingPlanResult |
CreateRestoreTestingPlanResult.withCreationTime(Date creationTime)
The date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC).
|
CreateRestoreTestingPlanResult |
CreateRestoreTestingPlanResult.withRestoreTestingPlanArn(String restoreTestingPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies the created restore testing plan.
|
CreateRestoreTestingPlanResult |
CreateRestoreTestingPlanResult.withRestoreTestingPlanName(String restoreTestingPlanName)
This unique string is the name of the restore testing plan.
|
Copyright © 2024. All rights reserved.