| Package | Description |
|---|---|
| com.amazonaws.services.artifact |
This reference provides descriptions of the low-level AWS Artifact Service API.
|
| com.amazonaws.services.artifact.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListReportsResult> |
AbstractAWSArtifactAsync.listReportsAsync(ListReportsRequest request,
AsyncHandler<ListReportsRequest,ListReportsResult> asyncHandler) |
Future<ListReportsResult> |
AWSArtifactAsync.listReportsAsync(ListReportsRequest listReportsRequest,
AsyncHandler<ListReportsRequest,ListReportsResult> asyncHandler)
List available reports.
|
Future<ListReportsResult> |
AWSArtifactAsyncClient.listReportsAsync(ListReportsRequest request,
AsyncHandler<ListReportsRequest,ListReportsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListReportsRequest |
ListReportsRequest.clone() |
ListReportsRequest |
ListReportsRequest.withMaxResults(Integer maxResults)
Maximum number of resources to return in the paginated response.
|
ListReportsRequest |
ListReportsRequest.withNextToken(String nextToken)
Pagination token to request the next page of resources.
|
Copyright © 2024. All rights reserved.