Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateThemeResult> |
AbstractAmazonQuickSightAsync.createThemeAsync(CreateThemeRequest request,
AsyncHandler<CreateThemeRequest,CreateThemeResult> asyncHandler) |
Future<CreateThemeResult> |
AmazonQuickSightAsyncClient.createThemeAsync(CreateThemeRequest request,
AsyncHandler<CreateThemeRequest,CreateThemeResult> asyncHandler) |
Future<CreateThemeResult> |
AmazonQuickSightAsync.createThemeAsync(CreateThemeRequest createThemeRequest,
AsyncHandler<CreateThemeRequest,CreateThemeResult> asyncHandler)
Creates a theme.
|
Modifier and Type | Method and Description |
---|---|
CreateThemeRequest |
CreateThemeRequest.clone() |
CreateThemeRequest |
CreateThemeRequest.withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where you want to store the new theme.
|
CreateThemeRequest |
CreateThemeRequest.withBaseThemeId(String baseThemeId)
The ID of the theme that a custom theme will inherit from.
|
CreateThemeRequest |
CreateThemeRequest.withConfiguration(ThemeConfiguration configuration)
The theme configuration, which contains the theme display properties.
|
CreateThemeRequest |
CreateThemeRequest.withName(String name)
A display name for the theme.
|
CreateThemeRequest |
CreateThemeRequest.withPermissions(Collection<ResourcePermission> permissions)
A valid grouping of resource permissions to apply to the new theme.
|
CreateThemeRequest |
CreateThemeRequest.withPermissions(ResourcePermission... permissions)
A valid grouping of resource permissions to apply to the new theme.
|
CreateThemeRequest |
CreateThemeRequest.withTags(Collection<Tag> tags)
A map of the key-value pairs for the resource tag or tags that you want to add to the resource.
|
CreateThemeRequest |
CreateThemeRequest.withTags(Tag... tags)
A map of the key-value pairs for the resource tag or tags that you want to add to the resource.
|
CreateThemeRequest |
CreateThemeRequest.withThemeId(String themeId)
An ID for the theme that you want to create.
|
CreateThemeRequest |
CreateThemeRequest.withVersionDescription(String versionDescription)
A description of the first version of the theme that you're creating.
|
Copyright © 2023. All rights reserved.