| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.model |
| 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 CreateBackupPlanResponse |
BackupClient.createBackupPlan(Consumer<CreateBackupPlanRequest.Builder> createBackupPlanRequest)
Creates a backup plan using a backup plan name and backup rules.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBackupPlanRequest.Builder |
CreateBackupPlanRequest.Builder.backupPlan(BackupPlanInput backupPlan)
Specifies the body of a backup plan.
|
default CreateBackupPlanRequest.Builder |
CreateBackupPlanRequest.Builder.backupPlan(Consumer<BackupPlanInput.Builder> backupPlan)
Specifies the body of a backup plan.
|
CreateBackupPlanRequest.Builder |
CreateBackupPlanRequest.Builder.backupPlanTags(Map<String,String> backupPlanTags)
To help organize your resources, you can assign your own metadata to the resources that you create.
|
static CreateBackupPlanRequest.Builder |
CreateBackupPlanRequest.builder() |
CreateBackupPlanRequest.Builder |
CreateBackupPlanRequest.Builder.creatorRequestId(String creatorRequestId)
Identifies the request and allows failed requests to be retried without the risk of running the operation
twice.
|
CreateBackupPlanRequest.Builder |
CreateBackupPlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateBackupPlanRequest.Builder |
CreateBackupPlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateBackupPlanRequest.Builder |
CreateBackupPlanRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateBackupPlanRequest.Builder> |
CreateBackupPlanRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.