Uses of Class
software.amazon.awssdk.services.quicksight.model.ResourceStatus
-
Packages that use ResourceStatus Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ResourceStatus in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ResourceStatus Modifier and Type Method Description ResourceStatusCreateAnalysisResponse. creationStatus()The status of the creation of the analysis.ResourceStatusCreateDashboardResponse. creationStatus()The status of the dashboard creation request.ResourceStatusCreateDataSourceResponse. creationStatus()The status of creating the data source.ResourceStatusCreateTemplateResponse. creationStatus()The template creation status.ResourceStatusCreateThemeResponse. creationStatus()The theme creation status.ResourceStatusUpdateDashboardResponse. creationStatus()The creation status of the request.ResourceStatusUpdateTemplateResponse. creationStatus()The creation status of the template.ResourceStatusUpdateThemeResponse. creationStatus()The creation status of the theme.static ResourceStatusResourceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceStatusDescribeAnalysisDefinitionResponse. resourceStatus()Status associated with the analysis.ResourceStatusDescribeDashboardDefinitionResponse. resourceStatus()Status associated with the dashboard version.ResourceStatusDescribeTemplateDefinitionResponse. resourceStatus()Status associated with the template.ResourceStatusAnalysis. status()Status associated with the analysis.ResourceStatusAnalysisSummary. status()The last known status for the analysis.ResourceStatusDashboardVersion. status()The HTTP status of the request.ResourceStatusDashboardVersionSummary. status()The HTTP status of the request.ResourceStatusDataSource. status()The HTTP status of the request.ResourceStatusTemplateVersion. status()The status that is associated with the template.ResourceStatusTemplateVersionSummary. status()The status of the template version.ResourceStatusThemeVersion. status()The status of the theme version.ResourceStatusThemeVersionSummary. status()The status of the theme version.ResourceStatusUpdateAnalysisResponse. updateStatus()The update status of the last update that was made to the analysis.ResourceStatusUpdateDataSourceResponse. updateStatus()The update status of the data source's last update.static ResourceStatusResourceStatus. 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.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ResourceStatus Modifier and Type Method Description static Set<ResourceStatus>ResourceStatus. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ResourceStatus Modifier and Type Method Description CreateAnalysisResponse.BuilderCreateAnalysisResponse.Builder. creationStatus(ResourceStatus creationStatus)The status of the creation of the analysis.CreateDashboardResponse.BuilderCreateDashboardResponse.Builder. creationStatus(ResourceStatus creationStatus)The status of the dashboard creation request.CreateDataSourceResponse.BuilderCreateDataSourceResponse.Builder. creationStatus(ResourceStatus creationStatus)The status of creating the data source.CreateTemplateResponse.BuilderCreateTemplateResponse.Builder. creationStatus(ResourceStatus creationStatus)The template creation status.CreateThemeResponse.BuilderCreateThemeResponse.Builder. creationStatus(ResourceStatus creationStatus)The theme creation status.UpdateDashboardResponse.BuilderUpdateDashboardResponse.Builder. creationStatus(ResourceStatus creationStatus)The creation status of the request.UpdateTemplateResponse.BuilderUpdateTemplateResponse.Builder. creationStatus(ResourceStatus creationStatus)The creation status of the template.UpdateThemeResponse.BuilderUpdateThemeResponse.Builder. creationStatus(ResourceStatus creationStatus)The creation status of the theme.DescribeAnalysisDefinitionResponse.BuilderDescribeAnalysisDefinitionResponse.Builder. resourceStatus(ResourceStatus resourceStatus)Status associated with the analysis.DescribeDashboardDefinitionResponse.BuilderDescribeDashboardDefinitionResponse.Builder. resourceStatus(ResourceStatus resourceStatus)Status associated with the dashboard version.DescribeTemplateDefinitionResponse.BuilderDescribeTemplateDefinitionResponse.Builder. resourceStatus(ResourceStatus resourceStatus)Status associated with the template.Analysis.BuilderAnalysis.Builder. status(ResourceStatus status)Status associated with the analysis.AnalysisSummary.BuilderAnalysisSummary.Builder. status(ResourceStatus status)The last known status for the analysis.DashboardVersion.BuilderDashboardVersion.Builder. status(ResourceStatus status)The HTTP status of the request.DashboardVersionSummary.BuilderDashboardVersionSummary.Builder. status(ResourceStatus status)The HTTP status of the request.DataSource.BuilderDataSource.Builder. status(ResourceStatus status)The HTTP status of the request.TemplateVersion.BuilderTemplateVersion.Builder. status(ResourceStatus status)The status that is associated with the template.TemplateVersionSummary.BuilderTemplateVersionSummary.Builder. status(ResourceStatus status)The status of the template version.ThemeVersion.BuilderThemeVersion.Builder. status(ResourceStatus status)The status of the theme version.ThemeVersionSummary.BuilderThemeVersionSummary.Builder. status(ResourceStatus status)The status of the theme version.UpdateAnalysisResponse.BuilderUpdateAnalysisResponse.Builder. updateStatus(ResourceStatus updateStatus)The update status of the last update that was made to the analysis.UpdateDataSourceResponse.BuilderUpdateDataSourceResponse.Builder. updateStatus(ResourceStatus updateStatus)The update status of the data source's last update.
-