| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateReportPlanResult> |
AWSBackupAsyncClient.createReportPlanAsync(CreateReportPlanRequest request,
AsyncHandler<CreateReportPlanRequest,CreateReportPlanResult> asyncHandler) |
Future<CreateReportPlanResult> |
AbstractAWSBackupAsync.createReportPlanAsync(CreateReportPlanRequest request,
AsyncHandler<CreateReportPlanRequest,CreateReportPlanResult> asyncHandler) |
Future<CreateReportPlanResult> |
AWSBackupAsync.createReportPlanAsync(CreateReportPlanRequest createReportPlanRequest,
AsyncHandler<CreateReportPlanRequest,CreateReportPlanResult> asyncHandler)
Creates a report plan.
|
| Modifier and Type | Method and Description |
|---|---|
CreateReportPlanRequest |
CreateReportPlanRequest.addReportPlanTagsEntry(String key,
String value)
Add a single ReportPlanTags entry
|
CreateReportPlanRequest |
CreateReportPlanRequest.clearReportPlanTagsEntries()
Removes all the entries added into ReportPlanTags.
|
CreateReportPlanRequest |
CreateReportPlanRequest.clone() |
CreateReportPlanRequest |
CreateReportPlanRequest.withIdempotencyToken(String idempotencyToken)
A customer-chosen string that you can use to distinguish between otherwise identical calls to
CreateReportPlanInput. |
CreateReportPlanRequest |
CreateReportPlanRequest.withReportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel)
A structure that contains information about where and how to deliver your reports, specifically your Amazon S3
bucket name, S3 key prefix, and the formats of your reports.
|
CreateReportPlanRequest |
CreateReportPlanRequest.withReportPlanDescription(String reportPlanDescription)
An optional description of the report plan with a maximum of 1,024 characters.
|
CreateReportPlanRequest |
CreateReportPlanRequest.withReportPlanName(String reportPlanName)
The unique name of the report plan.
|
CreateReportPlanRequest |
CreateReportPlanRequest.withReportPlanTags(Map<String,String> reportPlanTags)
Metadata that you can assign to help organize the report plans that you create.
|
CreateReportPlanRequest |
CreateReportPlanRequest.withReportSetting(ReportSetting reportSetting)
Identifies the report template for the report.
|
Copyright © 2022. All rights reserved.