Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateFolderMembershipResult> |
AbstractAmazonQuickSightAsync.createFolderMembershipAsync(CreateFolderMembershipRequest request,
AsyncHandler<CreateFolderMembershipRequest,CreateFolderMembershipResult> asyncHandler) |
Future<CreateFolderMembershipResult> |
AmazonQuickSightAsyncClient.createFolderMembershipAsync(CreateFolderMembershipRequest request,
AsyncHandler<CreateFolderMembershipRequest,CreateFolderMembershipResult> asyncHandler) |
Future<CreateFolderMembershipResult> |
AmazonQuickSightAsync.createFolderMembershipAsync(CreateFolderMembershipRequest createFolderMembershipRequest,
AsyncHandler<CreateFolderMembershipRequest,CreateFolderMembershipResult> asyncHandler)
Adds an asset, such as a dashboard, analysis, or dataset into a folder.
|
Modifier and Type | Method and Description |
---|---|
CreateFolderMembershipRequest |
CreateFolderMembershipRequest.clone() |
CreateFolderMembershipRequest |
CreateFolderMembershipRequest.withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder.
|
CreateFolderMembershipRequest |
CreateFolderMembershipRequest.withFolderId(String folderId)
The ID of the folder.
|
CreateFolderMembershipRequest |
CreateFolderMembershipRequest.withMemberId(String memberId)
The ID of the asset that you want to add to the folder.
|
CreateFolderMembershipRequest |
CreateFolderMembershipRequest.withMemberType(MemberType memberType)
The member type of the asset that you want to add to a folder.
|
CreateFolderMembershipRequest |
CreateFolderMembershipRequest.withMemberType(String memberType)
The member type of the asset that you want to add to a folder.
|
Copyright © 2023. All rights reserved.