| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateReportPlanResult |
AbstractAWSBackup.updateReportPlan(UpdateReportPlanRequest request) |
UpdateReportPlanResult |
AWSBackup.updateReportPlan(UpdateReportPlanRequest updateReportPlanRequest)
Updates an existing report plan identified by its
ReportPlanName with the input document in JSON
format. |
UpdateReportPlanResult |
AWSBackupClient.updateReportPlan(UpdateReportPlanRequest request)
Updates an existing report plan identified by its
ReportPlanName with the input document in JSON
format. |
Future<UpdateReportPlanResult> |
AbstractAWSBackupAsync.updateReportPlanAsync(UpdateReportPlanRequest request) |
Future<UpdateReportPlanResult> |
AWSBackupAsync.updateReportPlanAsync(UpdateReportPlanRequest updateReportPlanRequest)
Updates an existing report plan identified by its
ReportPlanName with the input document in JSON
format. |
Future<UpdateReportPlanResult> |
AWSBackupAsyncClient.updateReportPlanAsync(UpdateReportPlanRequest request) |
Future<UpdateReportPlanResult> |
AbstractAWSBackupAsync.updateReportPlanAsync(UpdateReportPlanRequest request,
AsyncHandler<UpdateReportPlanRequest,UpdateReportPlanResult> asyncHandler) |
Future<UpdateReportPlanResult> |
AWSBackupAsync.updateReportPlanAsync(UpdateReportPlanRequest updateReportPlanRequest,
AsyncHandler<UpdateReportPlanRequest,UpdateReportPlanResult> asyncHandler)
Updates an existing report plan identified by its
ReportPlanName with the input document in JSON
format. |
Future<UpdateReportPlanResult> |
AWSBackupAsyncClient.updateReportPlanAsync(UpdateReportPlanRequest request,
AsyncHandler<UpdateReportPlanRequest,UpdateReportPlanResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateReportPlanResult> |
AbstractAWSBackupAsync.updateReportPlanAsync(UpdateReportPlanRequest request,
AsyncHandler<UpdateReportPlanRequest,UpdateReportPlanResult> asyncHandler) |
Future<UpdateReportPlanResult> |
AWSBackupAsync.updateReportPlanAsync(UpdateReportPlanRequest updateReportPlanRequest,
AsyncHandler<UpdateReportPlanRequest,UpdateReportPlanResult> asyncHandler)
Updates an existing report plan identified by its
ReportPlanName with the input document in JSON
format. |
Future<UpdateReportPlanResult> |
AWSBackupAsyncClient.updateReportPlanAsync(UpdateReportPlanRequest request,
AsyncHandler<UpdateReportPlanRequest,UpdateReportPlanResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateReportPlanRequest |
UpdateReportPlanRequest.clone() |
UpdateReportPlanRequest |
UpdateReportPlanRequest.withIdempotencyToken(String idempotencyToken)
A customer-chosen string that you can use to distinguish between otherwise identical calls to
UpdateReportPlanInput. |
UpdateReportPlanRequest |
UpdateReportPlanRequest.withReportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel)
A structure that contains information about where to deliver your reports, specifically your Amazon S3 bucket
name, S3 key prefix, and the formats of your reports.
|
UpdateReportPlanRequest |
UpdateReportPlanRequest.withReportPlanDescription(String reportPlanDescription)
An optional description of the report plan with a maximum 1,024 characters.
|
UpdateReportPlanRequest |
UpdateReportPlanRequest.withReportPlanName(String reportPlanName)
The unique name of the report plan.
|
UpdateReportPlanRequest |
UpdateReportPlanRequest.withReportSetting(ReportSetting reportSetting)
Identifies the report template for the report.
|
Copyright © 2023. All rights reserved.