Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
CreateFolderResult |
AmazonQuickSightClient.createFolder(CreateFolderRequest request)
Creates an empty shared folder.
|
CreateFolderResult |
AbstractAmazonQuickSight.createFolder(CreateFolderRequest request) |
CreateFolderResult |
AmazonQuickSight.createFolder(CreateFolderRequest createFolderRequest)
Creates an empty shared folder.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateFolderResult> |
AmazonQuickSightAsyncClient.createFolderAsync(CreateFolderRequest request,
AsyncHandler<CreateFolderRequest,CreateFolderResult> asyncHandler) |
Future<CreateFolderResult> |
AmazonQuickSightAsync.createFolderAsync(CreateFolderRequest createFolderRequest,
AsyncHandler<CreateFolderRequest,CreateFolderResult> asyncHandler)
Creates an empty shared folder.
|
Future<CreateFolderResult> |
AbstractAmazonQuickSightAsync.createFolderAsync(CreateFolderRequest request,
AsyncHandler<CreateFolderRequest,CreateFolderResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateFolderResult |
CreateFolderResult.clone() |
CreateFolderResult |
CreateFolderResult.withArn(String arn)
The Amazon Resource Name (ARN) for the newly created folder.
|
CreateFolderResult |
CreateFolderResult.withFolderId(String folderId)
The folder ID for the newly created folder.
|
CreateFolderResult |
CreateFolderResult.withRequestId(String requestId)
The request ID for the newly created folder.
|
CreateFolderResult |
CreateFolderResult.withStatus(Integer status)
The status of the newly created folder.
|
Copyright © 2021. All rights reserved.