| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateBackupPlanResponse |
BackupClient.createBackupPlan(Consumer<CreateBackupPlanRequest.Builder> createBackupPlanRequest)
Creates a backup plan using a backup plan name and backup rules.
|
default CreateBackupPlanResponse |
BackupClient.createBackupPlan(CreateBackupPlanRequest createBackupPlanRequest)
Creates a backup plan using a backup plan name and backup rules.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateBackupPlanResponse> |
BackupAsyncClient.createBackupPlan(Consumer<CreateBackupPlanRequest.Builder> createBackupPlanRequest)
Creates a backup plan using a backup plan name and backup rules.
|
default CompletableFuture<CreateBackupPlanResponse> |
BackupAsyncClient.createBackupPlan(CreateBackupPlanRequest createBackupPlanRequest)
Creates a backup plan using a backup plan name and backup rules.
|
Copyright © 2023. All rights reserved.