| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetBackupPlanResult> |
AWSBackupAsyncClient.getBackupPlanAsync(GetBackupPlanRequest request,
AsyncHandler<GetBackupPlanRequest,GetBackupPlanResult> asyncHandler) |
Future<GetBackupPlanResult> |
AbstractAWSBackupAsync.getBackupPlanAsync(GetBackupPlanRequest request,
AsyncHandler<GetBackupPlanRequest,GetBackupPlanResult> asyncHandler) |
Future<GetBackupPlanResult> |
AWSBackupAsync.getBackupPlanAsync(GetBackupPlanRequest getBackupPlanRequest,
AsyncHandler<GetBackupPlanRequest,GetBackupPlanResult> asyncHandler)
Returns
BackupPlan details for the specified BackupPlanId. |
| 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 © 2023. All rights reserved.