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.
|
default CreateBackupSelectionResponse |
BackupClient.createBackupSelection(Consumer<CreateBackupSelectionRequest.Builder> createBackupSelectionRequest) |
Creates a JSON document that specifies a set of resources to assign to a backup plan.
|
default CreateBackupSelectionResponse |
BackupClient.createBackupSelection(CreateBackupSelectionRequest createBackupSelectionRequest) |
Creates a JSON document that specifies a set of resources to assign to a backup plan.
|
default CreateBackupVaultResponse |
BackupClient.createBackupVault(Consumer<CreateBackupVaultRequest.Builder> createBackupVaultRequest) |
Creates a logical container where backups are stored.
|
default CreateBackupVaultResponse |
BackupClient.createBackupVault(CreateBackupVaultRequest createBackupVaultRequest) |
Creates a logical container where backups are stored.
|
default CreateFrameworkResponse |
BackupClient.createFramework(Consumer<CreateFrameworkRequest.Builder> createFrameworkRequest) |
Creates a framework with one or more controls.
|
default CreateFrameworkResponse |
BackupClient.createFramework(CreateFrameworkRequest createFrameworkRequest) |
Creates a framework with one or more controls.
|
default CreateLogicallyAirGappedBackupVaultResponse |
BackupClient.createLogicallyAirGappedBackupVault(Consumer<CreateLogicallyAirGappedBackupVaultRequest.Builder> createLogicallyAirGappedBackupVaultRequest) |
This request creates a logical container to where backups may be copied.
|
default CreateLogicallyAirGappedBackupVaultResponse |
BackupClient.createLogicallyAirGappedBackupVault(CreateLogicallyAirGappedBackupVaultRequest createLogicallyAirGappedBackupVaultRequest) |
This request creates a logical container to where backups may be copied.
|
default CreateReportPlanResponse |
BackupClient.createReportPlan(Consumer<CreateReportPlanRequest.Builder> createReportPlanRequest) |
Creates a report plan.
|
default CreateReportPlanResponse |
BackupClient.createReportPlan(CreateReportPlanRequest createReportPlanRequest) |
Creates a report plan.
|
default CreateRestoreTestingPlanResponse |
BackupClient.createRestoreTestingPlan(Consumer<CreateRestoreTestingPlanRequest.Builder> createRestoreTestingPlanRequest) |
This is the first of two steps to create a restore testing plan; once this request is successful, finish the
procedure with request CreateRestoreTestingSelection.
|
default CreateRestoreTestingPlanResponse |
BackupClient.createRestoreTestingPlan(CreateRestoreTestingPlanRequest createRestoreTestingPlanRequest) |
This is the first of two steps to create a restore testing plan; once this request is successful, finish the
procedure with request CreateRestoreTestingSelection.
|
default CreateRestoreTestingSelectionResponse |
BackupClient.createRestoreTestingSelection(Consumer<CreateRestoreTestingSelectionRequest.Builder> createRestoreTestingSelectionRequest) |
This request can be sent after CreateRestoreTestingPlan request returns successfully.
|
default CreateRestoreTestingSelectionResponse |
BackupClient.createRestoreTestingSelection(CreateRestoreTestingSelectionRequest createRestoreTestingSelectionRequest) |
This request can be sent after CreateRestoreTestingPlan request returns successfully.
|
default UpdateFrameworkResponse |
BackupClient.updateFramework(Consumer<UpdateFrameworkRequest.Builder> updateFrameworkRequest) |
Updates an existing framework identified by its FrameworkName with the input document in JSON
format.
|
default UpdateFrameworkResponse |
BackupClient.updateFramework(UpdateFrameworkRequest updateFrameworkRequest) |
Updates an existing framework identified by its FrameworkName with the input document in JSON
format.
|