Uses of Class
software.amazon.awssdk.services.quicksight.model.DashboardsQAStatus
-
Packages that use DashboardsQAStatus Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DashboardsQAStatus in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DashboardsQAStatus Modifier and Type Method Description DashboardsQAStatusDescribeDashboardsQaConfigurationResponse. dashboardsQAStatus()The status of dashboards QA configuration that you want described.DashboardsQAStatusUpdateDashboardsQaConfigurationRequest. dashboardsQAStatus()The status of dashboards QA configuration that you want to update.DashboardsQAStatusUpdateDashboardsQaConfigurationResponse. dashboardsQAStatus()A value that indicates whether the dashboard QA configuration is enabled or not.static DashboardsQAStatusDashboardsQAStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DashboardsQAStatusDashboardsQAStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DashboardsQAStatus[]DashboardsQAStatus. 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 DashboardsQAStatus Modifier and Type Method Description static Set<DashboardsQAStatus>DashboardsQAStatus. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type DashboardsQAStatus Modifier and Type Method Description DescribeDashboardsQaConfigurationResponse.BuilderDescribeDashboardsQaConfigurationResponse.Builder. dashboardsQAStatus(DashboardsQAStatus dashboardsQAStatus)The status of dashboards QA configuration that you want described.UpdateDashboardsQaConfigurationRequest.BuilderUpdateDashboardsQaConfigurationRequest.Builder. dashboardsQAStatus(DashboardsQAStatus dashboardsQAStatus)The status of dashboards QA configuration that you want to update.UpdateDashboardsQaConfigurationResponse.BuilderUpdateDashboardsQaConfigurationResponse.Builder. dashboardsQAStatus(DashboardsQAStatus dashboardsQAStatus)A value that indicates whether the dashboard QA configuration is enabled or not.
-