| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
CreateTopicResult |
AbstractAmazonQuickSight.createTopic(CreateTopicRequest request) |
CreateTopicResult |
AmazonQuickSight.createTopic(CreateTopicRequest createTopicRequest)
Creates a new Q topic.
|
CreateTopicResult |
AmazonQuickSightClient.createTopic(CreateTopicRequest request)
Creates a new Q topic.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateTopicResult> |
AbstractAmazonQuickSightAsync.createTopicAsync(CreateTopicRequest request) |
Future<CreateTopicResult> |
AmazonQuickSightAsync.createTopicAsync(CreateTopicRequest createTopicRequest)
Creates a new Q topic.
|
Future<CreateTopicResult> |
AmazonQuickSightAsyncClient.createTopicAsync(CreateTopicRequest request) |
Future<CreateTopicResult> |
AbstractAmazonQuickSightAsync.createTopicAsync(CreateTopicRequest request,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler) |
Future<CreateTopicResult> |
AmazonQuickSightAsync.createTopicAsync(CreateTopicRequest createTopicRequest,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Creates a new Q topic.
|
Future<CreateTopicResult> |
AmazonQuickSightAsyncClient.createTopicAsync(CreateTopicRequest request,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateTopicResult> |
AbstractAmazonQuickSightAsync.createTopicAsync(CreateTopicRequest request,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler) |
Future<CreateTopicResult> |
AmazonQuickSightAsync.createTopicAsync(CreateTopicRequest createTopicRequest,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Creates a new Q topic.
|
Future<CreateTopicResult> |
AmazonQuickSightAsyncClient.createTopicAsync(CreateTopicRequest request,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler) |
| 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 © 2024. All rights reserved.