Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateFolderResult> |
AmazonQuickSightAsyncClient.updateFolderAsync(UpdateFolderRequest request,
AsyncHandler<UpdateFolderRequest,UpdateFolderResult> asyncHandler) |
Future<UpdateFolderResult> |
AmazonQuickSightAsync.updateFolderAsync(UpdateFolderRequest updateFolderRequest,
AsyncHandler<UpdateFolderRequest,UpdateFolderResult> asyncHandler)
Updates the name of a folder.
|
Future<UpdateFolderResult> |
AbstractAmazonQuickSightAsync.updateFolderAsync(UpdateFolderRequest request,
AsyncHandler<UpdateFolderRequest,UpdateFolderResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateFolderRequest |
UpdateFolderRequest.clone() |
UpdateFolderRequest |
UpdateFolderRequest.withAwsAccountId(String awsAccountId)
The AWS account ID.
|
UpdateFolderRequest |
UpdateFolderRequest.withFolderId(String folderId)
The folder ID.
|
UpdateFolderRequest |
UpdateFolderRequest.withName(String name)
The name of the folder.
|
Copyright © 2021. All rights reserved.