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 |
---|---|
UpdateThemeResult |
UpdateThemeResult.withCreationStatus(ResourceStatus creationStatus)
The creation status of the theme.
|
UpdateDashboardResult |
UpdateDashboardResult.withCreationStatus(ResourceStatus creationStatus)
The creation status of the request.
|
CreateThemeResult |
CreateThemeResult.withCreationStatus(ResourceStatus creationStatus)
The theme creation status.
|
CreateAnalysisResult |
CreateAnalysisResult.withCreationStatus(ResourceStatus creationStatus)
The status of the creation of the analysis.
|
CreateDataSourceResult |
CreateDataSourceResult.withCreationStatus(ResourceStatus creationStatus)
The status of creating the data source.
|
UpdateTemplateResult |
UpdateTemplateResult.withCreationStatus(ResourceStatus creationStatus)
The creation status of the template.
|
CreateTemplateResult |
CreateTemplateResult.withCreationStatus(ResourceStatus creationStatus)
The template creation status.
|
CreateDashboardResult |
CreateDashboardResult.withCreationStatus(ResourceStatus creationStatus)
The status of the dashboard creation request.
|
DescribeTemplateDefinitionResult |
DescribeTemplateDefinitionResult.withResourceStatus(ResourceStatus resourceStatus)
Status associated with the template.
|
DescribeAnalysisDefinitionResult |
DescribeAnalysisDefinitionResult.withResourceStatus(ResourceStatus resourceStatus)
Status associated with the analysis.
|
DescribeDashboardDefinitionResult |
DescribeDashboardDefinitionResult.withResourceStatus(ResourceStatus resourceStatus)
Status associated with the dashboard version.
|
DashboardVersionSummary |
DashboardVersionSummary.withStatus(ResourceStatus status)
The HTTP status of the request.
|
Analysis |
Analysis.withStatus(ResourceStatus status)
Status associated with the analysis.
|
ThemeVersionSummary |
ThemeVersionSummary.withStatus(ResourceStatus status)
The status of the theme version.
|
DataSource |
DataSource.withStatus(ResourceStatus status)
The HTTP status of the request.
|
ThemeVersion |
ThemeVersion.withStatus(ResourceStatus status)
The status of the theme version.
|
DashboardVersion |
DashboardVersion.withStatus(ResourceStatus status)
The HTTP status of the request.
|
TemplateVersion |
TemplateVersion.withStatus(ResourceStatus status)
The status that is associated with the template.
|
TemplateVersionSummary |
TemplateVersionSummary.withStatus(ResourceStatus status)
The status of the template version.
|
AnalysisSummary |
AnalysisSummary.withStatus(ResourceStatus status)
The last known status for the analysis.
|
UpdateDataSourceResult |
UpdateDataSourceResult.withUpdateStatus(ResourceStatus updateStatus)
The update status of the data source's last update.
|
UpdateAnalysisResult |
UpdateAnalysisResult.withUpdateStatus(ResourceStatus updateStatus)
The update status of the last update that was made to the analysis.
|
Copyright © 2023. All rights reserved.