Uses of Interface
software.amazon.awssdk.services.quicksight.model.ListThemeVersionsRequest.Builder
-
Packages that use ListThemeVersionsRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of ListThemeVersionsRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type ListThemeVersionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListThemeVersionsResponse>QuickSightAsyncClient. listThemeVersions(Consumer<ListThemeVersionsRequest.Builder> listThemeVersionsRequest)Lists all the versions of the themes in the current Amazon Web Services account.default ListThemeVersionsResponseQuickSightClient. listThemeVersions(Consumer<ListThemeVersionsRequest.Builder> listThemeVersionsRequest)Lists all the versions of the themes in the current Amazon Web Services account.default ListThemeVersionsPublisherQuickSightAsyncClient. listThemeVersionsPaginator(Consumer<ListThemeVersionsRequest.Builder> listThemeVersionsRequest)Lists all the versions of the themes in the current Amazon Web Services account.default ListThemeVersionsIterableQuickSightClient. listThemeVersionsPaginator(Consumer<ListThemeVersionsRequest.Builder> listThemeVersionsRequest)Lists all the versions of the themes in the current Amazon Web Services account. -
Uses of ListThemeVersionsRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ListThemeVersionsRequest.Builder Modifier and Type Method Description ListThemeVersionsRequest.BuilderListThemeVersionsRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the themes that you're listing.static ListThemeVersionsRequest.BuilderListThemeVersionsRequest. builder()ListThemeVersionsRequest.BuilderListThemeVersionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned per request.ListThemeVersionsRequest.BuilderListThemeVersionsRequest.Builder. nextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListThemeVersionsRequest.BuilderListThemeVersionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListThemeVersionsRequest.BuilderListThemeVersionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListThemeVersionsRequest.BuilderListThemeVersionsRequest.Builder. themeId(String themeId)The ID for the theme.ListThemeVersionsRequest.BuilderListThemeVersionsRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ListThemeVersionsRequest.Builder Modifier and Type Method Description static Class<? extends ListThemeVersionsRequest.Builder>ListThemeVersionsRequest. serializableBuilderClass()
-