| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ReportJob |
ReportJob.clone() |
ReportJob |
DescribeReportJobResult.getReportJob()
A list of information about a report job, including its completion and creation times, report destination, unique
report job ID, Amazon Resource Name (ARN), report template, status, and status message.
|
ReportJob |
ReportJob.withCompletionTime(Date completionTime)
The date and time that a report job is completed, in Unix format and Coordinated Universal Time (UTC).
|
ReportJob |
ReportJob.withCreationTime(Date creationTime)
The date and time that a report job is created, in Unix format and Coordinated Universal Time (UTC).
|
ReportJob |
ReportJob.withReportDestination(ReportDestination reportDestination)
The S3 bucket name and S3 keys for the destination where the report job publishes the report.
|
ReportJob |
ReportJob.withReportJobId(String reportJobId)
The identifier for a report job.
|
ReportJob |
ReportJob.withReportPlanArn(String reportPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
ReportJob |
ReportJob.withReportTemplate(String reportTemplate)
Identifies the report template for the report.
|
ReportJob |
ReportJob.withStatus(String status)
The status of a report job.
|
ReportJob |
ReportJob.withStatusMessage(String statusMessage)
A message explaining the status of the report job.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReportJob> |
ListReportJobsResult.getReportJobs()
Details about your report jobs in JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeReportJobResult.setReportJob(ReportJob reportJob)
A list of information about a report job, including its completion and creation times, report destination, unique
report job ID, Amazon Resource Name (ARN), report template, status, and status message.
|
DescribeReportJobResult |
DescribeReportJobResult.withReportJob(ReportJob reportJob)
A list of information about a report job, including its completion and creation times, report destination, unique
report job ID, Amazon Resource Name (ARN), report template, status, and status message.
|
ListReportJobsResult |
ListReportJobsResult.withReportJobs(ReportJob... reportJobs)
Details about your report jobs in JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListReportJobsResult.setReportJobs(Collection<ReportJob> reportJobs)
Details about your report jobs in JSON format.
|
ListReportJobsResult |
ListReportJobsResult.withReportJobs(Collection<ReportJob> reportJobs)
Details about your report jobs in JSON format.
|
Copyright © 2021. All rights reserved.