| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBackupPlanResponse> |
BackupAsyncClient.getBackupPlan(Consumer<GetBackupPlanRequest.Builder> getBackupPlanRequest)
Returns
BackupPlan details for the specified BackupPlanId. |
default GetBackupPlanResponse |
BackupClient.getBackupPlan(Consumer<GetBackupPlanRequest.Builder> getBackupPlanRequest)
Returns
BackupPlan details for the specified BackupPlanId. |
| Modifier and Type | Method and Description |
|---|---|
GetBackupPlanRequest.Builder |
GetBackupPlanRequest.Builder.backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
static GetBackupPlanRequest.Builder |
GetBackupPlanRequest.builder() |
GetBackupPlanRequest.Builder |
GetBackupPlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBackupPlanRequest.Builder |
GetBackupPlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBackupPlanRequest.Builder |
GetBackupPlanRequest.toBuilder() |
GetBackupPlanRequest.Builder |
GetBackupPlanRequest.Builder.versionId(String versionId)
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBackupPlanRequest.Builder> |
GetBackupPlanRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.