Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateFolderResult> |
AbstractAmazonQuickSightAsync.updateFolderAsync(UpdateFolderRequest request,
AsyncHandler<UpdateFolderRequest,UpdateFolderResult> asyncHandler) |
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.
|
Modifier and Type | Method and Description |
---|---|
UpdateFolderRequest |
UpdateFolderRequest.clone() |
UpdateFolderRequest |
UpdateFolderRequest.withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder to update.
|
UpdateFolderRequest |
UpdateFolderRequest.withFolderId(String folderId)
The ID of the folder.
|
UpdateFolderRequest |
UpdateFolderRequest.withName(String name)
The name of the folder.
|
Copyright © 2023. All rights reserved.