Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
CreateNamespaceResult |
AmazonQuickSightClient.createNamespace(CreateNamespaceRequest request)
(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.
|
CreateNamespaceResult |
AbstractAmazonQuickSight.createNamespace(CreateNamespaceRequest request) |
CreateNamespaceResult |
AmazonQuickSight.createNamespace(CreateNamespaceRequest createNamespaceRequest)
(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.
|
Future<CreateNamespaceResult> |
AmazonQuickSightAsyncClient.createNamespaceAsync(CreateNamespaceRequest request) |
Future<CreateNamespaceResult> |
AmazonQuickSightAsync.createNamespaceAsync(CreateNamespaceRequest createNamespaceRequest)
(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.
|
Future<CreateNamespaceResult> |
AbstractAmazonQuickSightAsync.createNamespaceAsync(CreateNamespaceRequest request) |
Future<CreateNamespaceResult> |
AmazonQuickSightAsyncClient.createNamespaceAsync(CreateNamespaceRequest request,
AsyncHandler<CreateNamespaceRequest,CreateNamespaceResult> asyncHandler) |
Future<CreateNamespaceResult> |
AmazonQuickSightAsync.createNamespaceAsync(CreateNamespaceRequest createNamespaceRequest,
AsyncHandler<CreateNamespaceRequest,CreateNamespaceResult> asyncHandler)
(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.
|
Future<CreateNamespaceResult> |
AbstractAmazonQuickSightAsync.createNamespaceAsync(CreateNamespaceRequest request,
AsyncHandler<CreateNamespaceRequest,CreateNamespaceResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateNamespaceResult> |
AmazonQuickSightAsyncClient.createNamespaceAsync(CreateNamespaceRequest request,
AsyncHandler<CreateNamespaceRequest,CreateNamespaceResult> asyncHandler) |
Future<CreateNamespaceResult> |
AmazonQuickSightAsync.createNamespaceAsync(CreateNamespaceRequest createNamespaceRequest,
AsyncHandler<CreateNamespaceRequest,CreateNamespaceResult> asyncHandler)
(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.
|
Future<CreateNamespaceResult> |
AbstractAmazonQuickSightAsync.createNamespaceAsync(CreateNamespaceRequest request,
AsyncHandler<CreateNamespaceRequest,CreateNamespaceResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateNamespaceRequest |
CreateNamespaceRequest.clone() |
CreateNamespaceRequest |
CreateNamespaceRequest.withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withIdentityStore(IdentityStore identityStore)
Specifies the type of your user identity directory.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withIdentityStore(String identityStore)
Specifies the type of your user identity directory.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withNamespace(String namespace)
The name that you want to use to describe the new namespace.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withTags(Collection<Tag> tags)
The tags that you want to associate with the namespace that you're creating.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withTags(Tag... tags)
The tags that you want to associate with the namespace that you're creating.
|
Copyright © 2021. All rights reserved.