| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBackupPlanResult> |
AWSBackupAsyncClient.createBackupPlanAsync(CreateBackupPlanRequest request,
AsyncHandler<CreateBackupPlanRequest,CreateBackupPlanResult> asyncHandler) |
Future<CreateBackupPlanResult> |
AWSBackupAsync.createBackupPlanAsync(CreateBackupPlanRequest createBackupPlanRequest,
AsyncHandler<CreateBackupPlanRequest,CreateBackupPlanResult> asyncHandler)
Creates a backup plan using a backup plan name and backup rules.
|
Future<CreateBackupPlanResult> |
AbstractAWSBackupAsync.createBackupPlanAsync(CreateBackupPlanRequest request,
AsyncHandler<CreateBackupPlanRequest,CreateBackupPlanResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateBackupPlanRequest |
CreateBackupPlanRequest.addBackupPlanTagsEntry(String key,
String value)
Add a single BackupPlanTags entry
|
CreateBackupPlanRequest |
CreateBackupPlanRequest.clearBackupPlanTagsEntries()
Removes all the entries added into BackupPlanTags.
|
CreateBackupPlanRequest |
CreateBackupPlanRequest.clone() |
CreateBackupPlanRequest |
CreateBackupPlanRequest.withBackupPlan(BackupPlanInput backupPlan)
Specifies the body of a backup plan.
|
CreateBackupPlanRequest |
CreateBackupPlanRequest.withBackupPlanTags(Map<String,String> backupPlanTags)
To help organize your resources, you can assign your own metadata to the resources that you create.
|
CreateBackupPlanRequest |
CreateBackupPlanRequest.withCreatorRequestId(String creatorRequestId)
Identifies the request and allows failed requests to be retried without the risk of running the operation twice.
|
Copyright © 2022. All rights reserved.