| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default ListTopicsResponse |
QuickSightClient.listTopics(Consumer<ListTopicsRequest.Builder> listTopicsRequest)
Lists all of the topics within an account.
|
default CompletableFuture<ListTopicsResponse> |
QuickSightAsyncClient.listTopics(Consumer<ListTopicsRequest.Builder> listTopicsRequest)
Lists all of the topics within an account.
|
default ListTopicsIterable |
QuickSightClient.listTopicsPaginator(Consumer<ListTopicsRequest.Builder> listTopicsRequest)
Lists all of the topics within an account.
|
default ListTopicsPublisher |
QuickSightAsyncClient.listTopicsPaginator(Consumer<ListTopicsRequest.Builder> listTopicsRequest)
Lists all of the topics within an account.
|
| Modifier and Type | Method and Description |
|---|---|
ListTopicsRequest.Builder |
ListTopicsRequest.Builder.awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topics that you want to list.
|
static ListTopicsRequest.Builder |
ListTopicsRequest.builder() |
ListTopicsRequest.Builder |
ListTopicsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListTopicsRequest.Builder |
ListTopicsRequest.Builder.nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListTopicsRequest.Builder |
ListTopicsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTopicsRequest.Builder |
ListTopicsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTopicsRequest.Builder |
ListTopicsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTopicsRequest.Builder> |
ListTopicsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.