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 DeleteFrameworkResponse |
BackupClient.deleteFramework(Consumer<DeleteFrameworkRequest.Builder> deleteFrameworkRequest) |
Deletes the framework specified by a framework name.
|
default DeleteFrameworkResponse |
BackupClient.deleteFramework(DeleteFrameworkRequest deleteFrameworkRequest) |
Deletes the framework specified by a framework name.
|
default DeleteReportPlanResponse |
BackupClient.deleteReportPlan(Consumer<DeleteReportPlanRequest.Builder> deleteReportPlanRequest) |
Deletes the report plan specified by a report plan name.
|
default DeleteReportPlanResponse |
BackupClient.deleteReportPlan(DeleteReportPlanRequest deleteReportPlanRequest) |
Deletes the report plan specified by a report plan name.
|
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.
|
default UpdateReportPlanResponse |
BackupClient.updateReportPlan(Consumer<UpdateReportPlanRequest.Builder> updateReportPlanRequest) |
Updates an existing report plan identified by its ReportPlanName with the input document in JSON
format.
|
default UpdateReportPlanResponse |
BackupClient.updateReportPlan(UpdateReportPlanRequest updateReportPlanRequest) |
Updates an existing report plan identified by its ReportPlanName with the input document in JSON
format.
|
default UpdateRestoreTestingPlanResponse |
BackupClient.updateRestoreTestingPlan(Consumer<UpdateRestoreTestingPlanRequest.Builder> updateRestoreTestingPlanRequest) |
This request will send changes to your specified restore testing plan.
|
default UpdateRestoreTestingPlanResponse |
BackupClient.updateRestoreTestingPlan(UpdateRestoreTestingPlanRequest updateRestoreTestingPlanRequest) |
This request will send changes to your specified restore testing plan.
|
default UpdateRestoreTestingSelectionResponse |
BackupClient.updateRestoreTestingSelection(Consumer<UpdateRestoreTestingSelectionRequest.Builder> updateRestoreTestingSelectionRequest) |
Most elements except the RestoreTestingSelectionName can be updated with this request.
|
default UpdateRestoreTestingSelectionResponse |
BackupClient.updateRestoreTestingSelection(UpdateRestoreTestingSelectionRequest updateRestoreTestingSelectionRequest) |
Most elements except the RestoreTestingSelectionName can be updated with this request.
|