| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateReportPlanResponse> |
BackupAsyncClient.updateReportPlan(Consumer<UpdateReportPlanRequest.Builder> updateReportPlanRequest)
Updates an existing report plan identified by its
ReportPlanName with the input document in JSON
format. |
default CompletableFuture<UpdateReportPlanResponse> |
BackupAsyncClient.updateReportPlan(UpdateReportPlanRequest updateReportPlanRequest)
Updates an existing report plan identified by its
ReportPlanName with the input document in JSON
format. |
Copyright © 2023. All rights reserved.