| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListReportPlansResult> |
AWSBackupAsyncClient.listReportPlansAsync(ListReportPlansRequest request,
AsyncHandler<ListReportPlansRequest,ListReportPlansResult> asyncHandler) |
Future<ListReportPlansResult> |
AbstractAWSBackupAsync.listReportPlansAsync(ListReportPlansRequest request,
AsyncHandler<ListReportPlansRequest,ListReportPlansResult> asyncHandler) |
Future<ListReportPlansResult> |
AWSBackupAsync.listReportPlansAsync(ListReportPlansRequest listReportPlansRequest,
AsyncHandler<ListReportPlansRequest,ListReportPlansResult> asyncHandler)
Returns a list of your report plans.
|
| Modifier and Type | Method and Description |
|---|---|
ListReportPlansRequest |
ListReportPlansRequest.clone() |
ListReportPlansRequest |
ListReportPlansRequest.withMaxResults(Integer maxResults)
The number of desired results from 1 to 1000.
|
ListReportPlansRequest |
ListReportPlansRequest.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 © 2023. All rights reserved.