Uses of Class
software.amazon.awssdk.services.quicksight.model.QSearchStatus
-
Packages that use QSearchStatus Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of QSearchStatus in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return QSearchStatus Modifier and Type Method Description static QSearchStatusQSearchStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QSearchStatusDescribeQuickSightQSearchConfigurationResponse. qSearchStatus()The status of QuickSight Q Search configuration.QSearchStatusUpdateQuickSightQSearchConfigurationRequest. qSearchStatus()The status of the QuickSight Q Search configuration that the user wants to update.QSearchStatusUpdateQuickSightQSearchConfigurationResponse. qSearchStatus()The status of the QuickSight Q Search configuration.static QSearchStatusQSearchStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static QSearchStatus[]QSearchStatus. 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 QSearchStatus Modifier and Type Method Description static Set<QSearchStatus>QSearchStatus. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type QSearchStatus Modifier and Type Method Description DescribeQuickSightQSearchConfigurationResponse.BuilderDescribeQuickSightQSearchConfigurationResponse.Builder. qSearchStatus(QSearchStatus qSearchStatus)The status of QuickSight Q Search configuration.UpdateQuickSightQSearchConfigurationRequest.BuilderUpdateQuickSightQSearchConfigurationRequest.Builder. qSearchStatus(QSearchStatus qSearchStatus)The status of the QuickSight Q Search configuration that the user wants to update.UpdateQuickSightQSearchConfigurationResponse.BuilderUpdateQuickSightQSearchConfigurationResponse.Builder. qSearchStatus(QSearchStatus qSearchStatus)The status of the QuickSight Q Search configuration.
-