| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceStatus |
CreateDataSourceResponse.creationStatus()
The status of creating the data source.
|
ResourceStatus |
CreateTemplateResponse.creationStatus()
The template creation status.
|
ResourceStatus |
CreateThemeResponse.creationStatus()
The theme creation status.
|
ResourceStatus |
CreateAnalysisResponse.creationStatus()
The status of the creation of the analysis.
|
ResourceStatus |
CreateDashboardResponse.creationStatus()
The status of the dashboard creation request.
|
ResourceStatus |
UpdateTemplateResponse.creationStatus()
The creation status of the template.
|
ResourceStatus |
UpdateDashboardResponse.creationStatus()
The creation status of the request.
|
ResourceStatus |
UpdateThemeResponse.creationStatus()
The creation status of the theme.
|
static ResourceStatus |
ResourceStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceStatus |
Analysis.status()
Status associated with the analysis.
|
ResourceStatus |
ThemeVersionSummary.status()
The status of the theme version.
|
ResourceStatus |
DataSource.status()
The HTTP status of the request.
|
ResourceStatus |
TemplateVersionSummary.status()
The status of the template version.
|
ResourceStatus |
ThemeVersion.status()
The status of the theme version.
|
ResourceStatus |
TemplateVersion.status()
The HTTP status of the request.
|
ResourceStatus |
DashboardVersion.status()
The HTTP status of the request.
|
ResourceStatus |
DashboardVersionSummary.status()
The HTTP status of the request.
|
ResourceStatus |
AnalysisSummary.status()
The last known status for the analysis.
|
ResourceStatus |
UpdateAnalysisResponse.updateStatus()
The update status of the last update that was made to the analysis.
|
ResourceStatus |
UpdateDataSourceResponse.updateStatus()
The update status of the data source's last update.
|
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 |
|---|---|
static Set<ResourceStatus> |
ResourceStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateDataSourceResponse.Builder |
CreateDataSourceResponse.Builder.creationStatus(ResourceStatus creationStatus)
The status of creating the data source.
|
CreateTemplateResponse.Builder |
CreateTemplateResponse.Builder.creationStatus(ResourceStatus creationStatus)
The template creation status.
|
CreateThemeResponse.Builder |
CreateThemeResponse.Builder.creationStatus(ResourceStatus creationStatus)
The theme creation status.
|
CreateAnalysisResponse.Builder |
CreateAnalysisResponse.Builder.creationStatus(ResourceStatus creationStatus)
The status of the creation of the analysis.
|
CreateDashboardResponse.Builder |
CreateDashboardResponse.Builder.creationStatus(ResourceStatus creationStatus)
The status of the dashboard creation request.
|
UpdateTemplateResponse.Builder |
UpdateTemplateResponse.Builder.creationStatus(ResourceStatus creationStatus)
The creation status of the template.
|
UpdateDashboardResponse.Builder |
UpdateDashboardResponse.Builder.creationStatus(ResourceStatus creationStatus)
The creation status of the request.
|
UpdateThemeResponse.Builder |
UpdateThemeResponse.Builder.creationStatus(ResourceStatus creationStatus)
The creation status of the theme.
|
Analysis.Builder |
Analysis.Builder.status(ResourceStatus status)
Status associated with the analysis.
|
ThemeVersionSummary.Builder |
ThemeVersionSummary.Builder.status(ResourceStatus status)
The status of the theme version.
|
DataSource.Builder |
DataSource.Builder.status(ResourceStatus status)
The HTTP status of the request.
|
TemplateVersionSummary.Builder |
TemplateVersionSummary.Builder.status(ResourceStatus status)
The status of the template version.
|
ThemeVersion.Builder |
ThemeVersion.Builder.status(ResourceStatus status)
The status of the theme version.
|
TemplateVersion.Builder |
TemplateVersion.Builder.status(ResourceStatus status)
The HTTP status of the request.
|
DashboardVersion.Builder |
DashboardVersion.Builder.status(ResourceStatus status)
The HTTP status of the request.
|
DashboardVersionSummary.Builder |
DashboardVersionSummary.Builder.status(ResourceStatus status)
The HTTP status of the request.
|
AnalysisSummary.Builder |
AnalysisSummary.Builder.status(ResourceStatus status)
The last known status for the analysis.
|
UpdateAnalysisResponse.Builder |
UpdateAnalysisResponse.Builder.updateStatus(ResourceStatus updateStatus)
The update status of the last update that was made to the analysis.
|
UpdateDataSourceResponse.Builder |
UpdateDataSourceResponse.Builder.updateStatus(ResourceStatus updateStatus)
The update status of the data source's last update.
|
Copyright © 2020. All rights reserved.