| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 |
AbstractAWSBackup.createRestoreTestingPlan(CreateRestoreTestingPlanRequest request) |
Future<CreateRestoreTestingPlanResult> |
AWSBackupAsyncClient.createRestoreTestingPlanAsync(CreateRestoreTestingPlanRequest request) |
Future<CreateRestoreTestingPlanResult> |
AWSBackupAsync.createRestoreTestingPlanAsync(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.
|
Future<CreateRestoreTestingPlanResult> |
AbstractAWSBackupAsync.createRestoreTestingPlanAsync(CreateRestoreTestingPlanRequest request) |
Future<CreateRestoreTestingPlanResult> |
AWSBackupAsyncClient.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> |
AbstractAWSBackupAsync.createRestoreTestingPlanAsync(CreateRestoreTestingPlanRequest request,
AsyncHandler<CreateRestoreTestingPlanRequest,CreateRestoreTestingPlanResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateRestoreTestingPlanRequest |
CreateRestoreTestingPlanRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateRestoreTestingPlanRequest |
CreateRestoreTestingPlanRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateRestoreTestingPlanRequest |
CreateRestoreTestingPlanRequest.clone() |
CreateRestoreTestingPlanRequest |
CreateRestoreTestingPlanRequest.withCreatorRequestId(String creatorRequestId)
This is a unique string that identifies the request and allows failed requests to be retriedwithout the risk of
running the operation twice.
|
CreateRestoreTestingPlanRequest |
CreateRestoreTestingPlanRequest.withRestoreTestingPlan(RestoreTestingPlanForCreate restoreTestingPlan)
A restore testing plan must contain a unique
RestoreTestingPlanName string you create and must
contain a ScheduleExpression cron. |
CreateRestoreTestingPlanRequest |
CreateRestoreTestingPlanRequest.withTags(Map<String,String> tags)
Optional tags to include.
|
Copyright © 2024. All rights reserved.