| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceStatus |
ResourceStatus.fromValue(String value)
Use this in place of valueOf.
|
static ResourceStatus |
ResourceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceStatus[] |
ResourceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDashboardResult |
CreateDashboardResult.withCreationStatus(ResourceStatus creationStatus)
The status of the dashboard creation request.
|
CreateTemplateResult |
CreateTemplateResult.withCreationStatus(ResourceStatus creationStatus)
The template creation status.
|
CreateDataSourceResult |
CreateDataSourceResult.withCreationStatus(ResourceStatus creationStatus)
The status of creating the data source.
|
UpdateThemeResult |
UpdateThemeResult.withCreationStatus(ResourceStatus creationStatus)
The creation status of the theme.
|
UpdateTemplateResult |
UpdateTemplateResult.withCreationStatus(ResourceStatus creationStatus)
The creation status of the template.
|
UpdateDashboardResult |
UpdateDashboardResult.withCreationStatus(ResourceStatus creationStatus)
The creation status of the request.
|
CreateThemeResult |
CreateThemeResult.withCreationStatus(ResourceStatus creationStatus)
The theme creation status.
|
TemplateVersion |
TemplateVersion.withStatus(ResourceStatus status)
The HTTP status of the request.
|
DashboardVersionSummary |
DashboardVersionSummary.withStatus(ResourceStatus status)
The HTTP status of the request.
|
ThemeVersion |
ThemeVersion.withStatus(ResourceStatus status)
The status of the theme version.
|
DataSource |
DataSource.withStatus(ResourceStatus status)
The HTTP status of the request.
|
TemplateVersionSummary |
TemplateVersionSummary.withStatus(ResourceStatus status)
The status of the template version.
|
ThemeVersionSummary |
ThemeVersionSummary.withStatus(ResourceStatus status)
The status of the theme version.
|
DashboardVersion |
DashboardVersion.withStatus(ResourceStatus status)
The HTTP status of the request.
|
UpdateDataSourceResult |
UpdateDataSourceResult.withUpdateStatus(ResourceStatus updateStatus)
The update status of the data source's last update.
|
Copyright © 2020. All rights reserved.