| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
GetBackupPlanResult |
AWSBackup.getBackupPlan(GetBackupPlanRequest getBackupPlanRequest)
Returns the body of a backup plan in JSON format, in addition to plan metadata.
|
GetBackupPlanResult |
AbstractAWSBackup.getBackupPlan(GetBackupPlanRequest request) |
GetBackupPlanResult |
AWSBackupClient.getBackupPlan(GetBackupPlanRequest request)
Returns the body of a backup plan in JSON format, in addition to plan metadata.
|
Future<GetBackupPlanResult> |
AbstractAWSBackupAsync.getBackupPlanAsync(GetBackupPlanRequest request) |
Future<GetBackupPlanResult> |
AWSBackupAsync.getBackupPlanAsync(GetBackupPlanRequest getBackupPlanRequest)
Returns the body of a backup plan in JSON format, in addition to plan metadata.
|
Future<GetBackupPlanResult> |
AWSBackupAsyncClient.getBackupPlanAsync(GetBackupPlanRequest request) |
Future<GetBackupPlanResult> |
AbstractAWSBackupAsync.getBackupPlanAsync(GetBackupPlanRequest request,
AsyncHandler<GetBackupPlanRequest,GetBackupPlanResult> asyncHandler) |
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> |
AWSBackupAsyncClient.getBackupPlanAsync(GetBackupPlanRequest request,
AsyncHandler<GetBackupPlanRequest,GetBackupPlanResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetBackupPlanResult> |
AbstractAWSBackupAsync.getBackupPlanAsync(GetBackupPlanRequest request,
AsyncHandler<GetBackupPlanRequest,GetBackupPlanResult> asyncHandler) |
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> |
AWSBackupAsyncClient.getBackupPlanAsync(GetBackupPlanRequest request,
AsyncHandler<GetBackupPlanRequest,GetBackupPlanResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBackupPlanRequest |
GetBackupPlanRequest.clone() |
GetBackupPlanRequest |
GetBackupPlanRequest.withBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
GetBackupPlanRequest |
GetBackupPlanRequest.withVersionId(String versionId)
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.
|
Copyright © 2020. All rights reserved.