| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ReportDestination |
ReportDestination.clone() |
ReportDestination |
ReportJob.getReportDestination()
The S3 bucket name and S3 keys for the destination where the report job publishes the report.
|
ReportDestination |
ReportDestination.withS3BucketName(String s3BucketName)
The unique name of the Amazon S3 bucket that receives your reports.
|
ReportDestination |
ReportDestination.withS3Keys(Collection<String> s3Keys)
The object key that uniquely identifies your reports in your S3 bucket.
|
ReportDestination |
ReportDestination.withS3Keys(String... s3Keys)
The object key that uniquely identifies your reports in your S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportJob.setReportDestination(ReportDestination reportDestination)
The S3 bucket name and S3 keys for the destination where the report job publishes the report.
|
ReportJob |
ReportJob.withReportDestination(ReportDestination reportDestination)
The S3 bucket name and S3 keys for the destination where the report job publishes the report.
|
Copyright © 2021. All rights reserved.