Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateFolderResult> |
AbstractAmazonQuickSightAsync.createFolderAsync(CreateFolderRequest request,
AsyncHandler<CreateFolderRequest,CreateFolderResult> asyncHandler) |
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.
|
Modifier and Type | Method and Description |
---|---|
CreateFolderRequest |
CreateFolderRequest.clone() |
CreateFolderRequest |
CreateFolderRequest.withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account where you want to create the folder.
|
CreateFolderRequest |
CreateFolderRequest.withFolderId(String folderId)
The ID of the folder.
|
CreateFolderRequest |
CreateFolderRequest.withFolderType(FolderType folderType)
The type of folder.
|
CreateFolderRequest |
CreateFolderRequest.withFolderType(String folderType)
The type of folder.
|
CreateFolderRequest |
CreateFolderRequest.withName(String name)
The name of the folder.
|
CreateFolderRequest |
CreateFolderRequest.withParentFolderArn(String parentFolderArn)
The Amazon Resource Name (ARN) for the parent folder.
|
CreateFolderRequest |
CreateFolderRequest.withPermissions(Collection<ResourcePermission> permissions)
A structure that describes the principals and the resource-level permissions of a folder.
|
CreateFolderRequest |
CreateFolderRequest.withPermissions(ResourcePermission... permissions)
A structure that describes the principals and the resource-level permissions of a folder.
|
CreateFolderRequest |
CreateFolderRequest.withSharingModel(SharingModel sharingModel)
An optional parameter that determines the sharing scope of the folder.
|
CreateFolderRequest |
CreateFolderRequest.withSharingModel(String sharingModel)
An optional parameter that determines the sharing scope of the folder.
|
CreateFolderRequest |
CreateFolderRequest.withTags(Collection<Tag> tags)
Tags for the folder.
|
CreateFolderRequest |
CreateFolderRequest.withTags(Tag... tags)
Tags for the folder.
|
Copyright © 2023. All rights reserved.