| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListReportJobsResult> |
AbstractAWSBackupAsync.listReportJobsAsync(ListReportJobsRequest request,
AsyncHandler<ListReportJobsRequest,ListReportJobsResult> asyncHandler) |
Future<ListReportJobsResult> |
AWSBackupAsync.listReportJobsAsync(ListReportJobsRequest listReportJobsRequest,
AsyncHandler<ListReportJobsRequest,ListReportJobsResult> asyncHandler)
Returns details about your report jobs.
|
Future<ListReportJobsResult> |
AWSBackupAsyncClient.listReportJobsAsync(ListReportJobsRequest request,
AsyncHandler<ListReportJobsRequest,ListReportJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListReportJobsRequest |
ListReportJobsRequest.clone() |
ListReportJobsRequest |
ListReportJobsRequest.withByCreationAfter(Date byCreationAfter)
Returns only report jobs that were created after the date and time specified in Unix format and Coordinated
Universal Time (UTC).
|
ListReportJobsRequest |
ListReportJobsRequest.withByCreationBefore(Date byCreationBefore)
Returns only report jobs that were created before the date and time specified in Unix format and Coordinated
Universal Time (UTC).
|
ListReportJobsRequest |
ListReportJobsRequest.withByReportPlanName(String byReportPlanName)
Returns only report jobs with the specified report plan name.
|
ListReportJobsRequest |
ListReportJobsRequest.withByStatus(String byStatus)
Returns only report jobs that are in the specified status.
|
ListReportJobsRequest |
ListReportJobsRequest.withMaxResults(Integer maxResults)
The number of desired results from 1 to 1000.
|
ListReportJobsRequest |
ListReportJobsRequest.withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
Copyright © 2021. All rights reserved.