Uses of Class
software.amazon.awssdk.services.qbusiness.model.QAppsControlMode
-
Packages that use QAppsControlMode Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of QAppsControlMode in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return QAppsControlMode Modifier and Type Method Description static QAppsControlModeQAppsControlMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QAppsControlModeQAppsConfiguration. qAppsControlMode()Status information about whether end users can create and use Amazon Q Apps in the web experience.static QAppsControlModeQAppsControlMode. valueOf(String name)Returns the enum constant of this type with the specified name.static QAppsControlMode[]QAppsControlMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type QAppsControlMode Modifier and Type Method Description static Set<QAppsControlMode>QAppsControlMode. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type QAppsControlMode Modifier and Type Method Description QAppsConfiguration.BuilderQAppsConfiguration.Builder. qAppsControlMode(QAppsControlMode qAppsControlMode)Status information about whether end users can create and use Amazon Q Apps in the web experience.
-