| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
GetBackupPlanResult |
AbstractAWSBackup.getBackupPlan(GetBackupPlanRequest request) |
GetBackupPlanResult |
AWSBackup.getBackupPlan(GetBackupPlanRequest getBackupPlanRequest)
Returns the body of a backup plan in JSON format, in addition to plan metadata.
|
GetBackupPlanResult |
AWSBackupClient.getBackupPlan(GetBackupPlanRequest request)
Returns the body of a backup plan in JSON format, in addition to plan metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetBackupPlanResult> |
AWSBackupAsync.getBackupPlanAsync(GetBackupPlanRequest getBackupPlanRequest,
AsyncHandler<GetBackupPlanRequest,GetBackupPlanResult> asyncHandler)
Returns the body of a backup plan in JSON format, in addition to plan metadata.
|
Future<GetBackupPlanResult> |
AbstractAWSBackupAsync.getBackupPlanAsync(GetBackupPlanRequest request,
AsyncHandler<GetBackupPlanRequest,GetBackupPlanResult> asyncHandler) |
Future<GetBackupPlanResult> |
AWSBackupAsyncClient.getBackupPlanAsync(GetBackupPlanRequest request,
AsyncHandler<GetBackupPlanRequest,GetBackupPlanResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBackupPlanResult |
GetBackupPlanResult.clone() |
GetBackupPlanResult |
GetBackupPlanResult.withBackupPlan(BackupPlan backupPlan)
Specifies the body of a backup plan.
|
GetBackupPlanResult |
GetBackupPlanResult.withBackupPlanArn(String backupPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50. |
GetBackupPlanResult |
GetBackupPlanResult.withBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
GetBackupPlanResult |
GetBackupPlanResult.withCreationDate(Date creationDate)
The date and time that a backup plan is created, in Unix format and Coordinated Universal Time (UTC).
|
GetBackupPlanResult |
GetBackupPlanResult.withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of
executing the operation twice.
|
GetBackupPlanResult |
GetBackupPlanResult.withDeletionDate(Date deletionDate)
The date and time that a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC).
|
GetBackupPlanResult |
GetBackupPlanResult.withLastExecutionDate(Date lastExecutionDate)
The last time a job to back up resources was executed with this backup plan.
|
GetBackupPlanResult |
GetBackupPlanResult.withVersionId(String versionId)
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.
|
Copyright © 2020. All rights reserved.