Uses of Interface
software.amazon.awssdk.services.quicksight.model.ListTopicsRequest.Builder
-
Packages that use ListTopicsRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of ListTopicsRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type ListTopicsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTopicsResponse>QuickSightAsyncClient. listTopics(Consumer<ListTopicsRequest.Builder> listTopicsRequest)Lists all of the topics within an account.default ListTopicsResponseQuickSightClient. listTopics(Consumer<ListTopicsRequest.Builder> listTopicsRequest)Lists all of the topics within an account.default ListTopicsPublisherQuickSightAsyncClient. listTopicsPaginator(Consumer<ListTopicsRequest.Builder> listTopicsRequest)This is a variant ofQuickSightAsyncClient.listTopics(software.amazon.awssdk.services.quicksight.model.ListTopicsRequest)operation.default ListTopicsIterableQuickSightClient. listTopicsPaginator(Consumer<ListTopicsRequest.Builder> listTopicsRequest)This is a variant ofQuickSightClient.listTopics(software.amazon.awssdk.services.quicksight.model.ListTopicsRequest)operation. -
Uses of ListTopicsRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ListTopicsRequest.Builder Modifier and Type Method Description ListTopicsRequest.BuilderListTopicsRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the topics that you want to list.static ListTopicsRequest.BuilderListTopicsRequest. builder()ListTopicsRequest.BuilderListTopicsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned per request.ListTopicsRequest.BuilderListTopicsRequest.Builder. nextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListTopicsRequest.BuilderListTopicsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTopicsRequest.BuilderListTopicsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTopicsRequest.BuilderListTopicsRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ListTopicsRequest.Builder Modifier and Type Method Description static Class<? extends ListTopicsRequest.Builder>ListTopicsRequest. serializableBuilderClass()
-