| 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. |
| 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 |
|---|---|
UpdateReportPlanResult |
UpdateReportPlanResult.clone() |
UpdateReportPlanResult |
UpdateReportPlanResult.withCreationTime(Date creationTime)
The date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC).
|
UpdateReportPlanResult |
UpdateReportPlanResult.withReportPlanArn(String reportPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
UpdateReportPlanResult |
UpdateReportPlanResult.withReportPlanName(String reportPlanName)
The unique name of the report plan.
|
Copyright © 2024. All rights reserved.