| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateThemeResult> |
AmazonQuickSightAsyncClient.updateThemeAsync(UpdateThemeRequest request,
AsyncHandler<UpdateThemeRequest,UpdateThemeResult> asyncHandler) |
Future<UpdateThemeResult> |
AmazonQuickSightAsync.updateThemeAsync(UpdateThemeRequest updateThemeRequest,
AsyncHandler<UpdateThemeRequest,UpdateThemeResult> asyncHandler)
Updates a theme.
|
Future<UpdateThemeResult> |
AbstractAmazonQuickSightAsync.updateThemeAsync(UpdateThemeRequest request,
AsyncHandler<UpdateThemeRequest,UpdateThemeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateThemeRequest |
UpdateThemeRequest.clone() |
UpdateThemeRequest |
UpdateThemeRequest.withAwsAccountId(String awsAccountId)
The ID of the AWS account that contains the theme that you're updating.
|
UpdateThemeRequest |
UpdateThemeRequest.withBaseThemeId(String baseThemeId)
The theme ID, defined by Amazon QuickSight, that a custom theme inherits from.
|
UpdateThemeRequest |
UpdateThemeRequest.withConfiguration(ThemeConfiguration configuration)
The theme configuration, which contains the theme display properties.
|
UpdateThemeRequest |
UpdateThemeRequest.withName(String name)
The name for the theme.
|
UpdateThemeRequest |
UpdateThemeRequest.withThemeId(String themeId)
The ID for the theme.
|
UpdateThemeRequest |
UpdateThemeRequest.withVersionDescription(String versionDescription)
A description of the theme version that you're updating Every time that you call
UpdateTheme, you
create a new version of the theme. |
Copyright © 2021. All rights reserved.