Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
CreateTopicResult |
AbstractAmazonQuickSight.createTopic(CreateTopicRequest request) |
CreateTopicResult |
AmazonQuickSightClient.createTopic(CreateTopicRequest request)
Creates a new Q topic.
|
CreateTopicResult |
AmazonQuickSight.createTopic(CreateTopicRequest createTopicRequest)
Creates a new Q topic.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateTopicResult> |
AbstractAmazonQuickSightAsync.createTopicAsync(CreateTopicRequest request) |
Future<CreateTopicResult> |
AmazonQuickSightAsyncClient.createTopicAsync(CreateTopicRequest request) |
Future<CreateTopicResult> |
AmazonQuickSightAsync.createTopicAsync(CreateTopicRequest createTopicRequest)
Creates a new Q topic.
|
Future<CreateTopicResult> |
AbstractAmazonQuickSightAsync.createTopicAsync(CreateTopicRequest request,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler) |
Future<CreateTopicResult> |
AmazonQuickSightAsyncClient.createTopicAsync(CreateTopicRequest request,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler) |
Future<CreateTopicResult> |
AmazonQuickSightAsync.createTopicAsync(CreateTopicRequest createTopicRequest,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Creates a new Q topic.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateTopicResult> |
AbstractAmazonQuickSightAsync.createTopicAsync(CreateTopicRequest request,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler) |
Future<CreateTopicResult> |
AmazonQuickSightAsyncClient.createTopicAsync(CreateTopicRequest request,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler) |
Future<CreateTopicResult> |
AmazonQuickSightAsync.createTopicAsync(CreateTopicRequest createTopicRequest,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Creates a new Q topic.
|
Modifier and Type | Method and Description |
---|---|
CreateTopicResult |
CreateTopicResult.clone() |
CreateTopicResult |
CreateTopicResult.withArn(String arn)
The Amazon Resource Name (ARN) of the topic.
|
CreateTopicResult |
CreateTopicResult.withRefreshArn(String refreshArn)
The Amazon Resource Name (ARN) of the topic refresh.
|
CreateTopicResult |
CreateTopicResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
CreateTopicResult |
CreateTopicResult.withStatus(Integer status)
The HTTP status of the request.
|
CreateTopicResult |
CreateTopicResult.withTopicId(String topicId)
The ID for the topic that you want to create.
|
Copyright © 2023. All rights reserved.