| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBackupPlanResult |
AbstractAWSBackup.createBackupPlan(CreateBackupPlanRequest request) |
CreateBackupPlanResult |
AWSBackup.createBackupPlan(CreateBackupPlanRequest createBackupPlanRequest)
Backup plans are documents that contain information that AWS Backup uses to schedule tasks that create recovery
points of resources.
|
CreateBackupPlanResult |
AWSBackupClient.createBackupPlan(CreateBackupPlanRequest request)
Backup plans are documents that contain information that AWS Backup uses to schedule tasks that create recovery
points of resources.
|
Future<CreateBackupPlanResult> |
AWSBackupAsync.createBackupPlanAsync(CreateBackupPlanRequest createBackupPlanRequest)
Backup plans are documents that contain information that AWS Backup uses to schedule tasks that create recovery
points of resources.
|
Future<CreateBackupPlanResult> |
AbstractAWSBackupAsync.createBackupPlanAsync(CreateBackupPlanRequest request) |
Future<CreateBackupPlanResult> |
AWSBackupAsyncClient.createBackupPlanAsync(CreateBackupPlanRequest request) |
Future<CreateBackupPlanResult> |
AWSBackupAsync.createBackupPlanAsync(CreateBackupPlanRequest createBackupPlanRequest,
AsyncHandler<CreateBackupPlanRequest,CreateBackupPlanResult> asyncHandler)
Backup plans are documents that contain information that AWS Backup uses to schedule tasks that create recovery
points of resources.
|
Future<CreateBackupPlanResult> |
AbstractAWSBackupAsync.createBackupPlanAsync(CreateBackupPlanRequest request,
AsyncHandler<CreateBackupPlanRequest,CreateBackupPlanResult> asyncHandler) |
Future<CreateBackupPlanResult> |
AWSBackupAsyncClient.createBackupPlanAsync(CreateBackupPlanRequest request,
AsyncHandler<CreateBackupPlanRequest,CreateBackupPlanResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBackupPlanResult> |
AWSBackupAsync.createBackupPlanAsync(CreateBackupPlanRequest createBackupPlanRequest,
AsyncHandler<CreateBackupPlanRequest,CreateBackupPlanResult> asyncHandler)
Backup plans are documents that contain information that AWS Backup uses to schedule tasks that create recovery
points of resources.
|
Future<CreateBackupPlanResult> |
AbstractAWSBackupAsync.createBackupPlanAsync(CreateBackupPlanRequest request,
AsyncHandler<CreateBackupPlanRequest,CreateBackupPlanResult> asyncHandler) |
Future<CreateBackupPlanResult> |
AWSBackupAsyncClient.createBackupPlanAsync(CreateBackupPlanRequest request,
AsyncHandler<CreateBackupPlanRequest,CreateBackupPlanResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateBackupPlanRequest |
CreateBackupPlanRequest.addBackupPlanTagsEntry(String key,
String value) |
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 executing the operation
twice.
|
Copyright © 2020. All rights reserved.