Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
CreateNamespaceResult |
AbstractAmazonQuickSight.createNamespace(CreateNamespaceRequest request) |
CreateNamespaceResult |
AmazonQuickSightClient.createNamespace(CreateNamespaceRequest request)
(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.
|
CreateNamespaceResult |
AmazonQuickSight.createNamespace(CreateNamespaceRequest createNamespaceRequest)
(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateNamespaceResult> |
AbstractAmazonQuickSightAsync.createNamespaceAsync(CreateNamespaceRequest request,
AsyncHandler<CreateNamespaceRequest,CreateNamespaceResult> asyncHandler) |
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.
|
Modifier and Type | Method and Description |
---|---|
CreateNamespaceResult |
CreateNamespaceResult.clone() |
CreateNamespaceResult |
CreateNamespaceResult.withArn(String arn)
The ARN of the Amazon QuickSight namespace you created.
|
CreateNamespaceResult |
CreateNamespaceResult.withCapacityRegion(String capacityRegion)
The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace.
|
CreateNamespaceResult |
CreateNamespaceResult.withCreationStatus(NamespaceStatus creationStatus)
The status of the creation of the namespace.
|
CreateNamespaceResult |
CreateNamespaceResult.withCreationStatus(String creationStatus)
The status of the creation of the namespace.
|
CreateNamespaceResult |
CreateNamespaceResult.withIdentityStore(IdentityStore identityStore)
Specifies the type of your user identity directory.
|
CreateNamespaceResult |
CreateNamespaceResult.withIdentityStore(String identityStore)
Specifies the type of your user identity directory.
|
CreateNamespaceResult |
CreateNamespaceResult.withName(String name)
The name of the new namespace that you created.
|
CreateNamespaceResult |
CreateNamespaceResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
CreateNamespaceResult |
CreateNamespaceResult.withStatus(Integer status)
The HTTP status of the request.
|
Copyright © 2023. All rights reserved.