| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListThemeVersionsResult> |
AmazonQuickSightAsyncClient.listThemeVersionsAsync(ListThemeVersionsRequest request,
AsyncHandler<ListThemeVersionsRequest,ListThemeVersionsResult> asyncHandler) |
Future<ListThemeVersionsResult> |
AmazonQuickSightAsync.listThemeVersionsAsync(ListThemeVersionsRequest listThemeVersionsRequest,
AsyncHandler<ListThemeVersionsRequest,ListThemeVersionsResult> asyncHandler)
Lists all the versions of the themes in the current Amazon Web Services account.
|
Future<ListThemeVersionsResult> |
AbstractAmazonQuickSightAsync.listThemeVersionsAsync(ListThemeVersionsRequest request,
AsyncHandler<ListThemeVersionsRequest,ListThemeVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListThemeVersionsRequest |
ListThemeVersionsRequest.clone() |
ListThemeVersionsRequest |
ListThemeVersionsRequest.withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the themes that you're listing.
|
ListThemeVersionsRequest |
ListThemeVersionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListThemeVersionsRequest |
ListThemeVersionsRequest.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListThemeVersionsRequest |
ListThemeVersionsRequest.withThemeId(String themeId)
The ID for the theme.
|
Copyright © 2023. All rights reserved.