Uses of Class
software.amazon.awssdk.services.qbusiness.model.CreatorModeControl
-
Packages that use CreatorModeControl Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of CreatorModeControl in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return CreatorModeControl Modifier and Type Method Description CreatorModeControlAppliedCreatorModeConfiguration. creatorModeControl()Information about whether creator mode is enabled or disabled for an Amazon Q Business application.CreatorModeControlCreatorModeConfiguration. creatorModeControl()Status information about whetherCREATOR_MODEhas been enabled or disabled.static CreatorModeControlCreatorModeControl. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CreatorModeControlCreatorModeControl. valueOf(String name)Returns the enum constant of this type with the specified name.static CreatorModeControl[]CreatorModeControl. 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 CreatorModeControl Modifier and Type Method Description static Set<CreatorModeControl>CreatorModeControl. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type CreatorModeControl Modifier and Type Method Description AppliedCreatorModeConfiguration.BuilderAppliedCreatorModeConfiguration.Builder. creatorModeControl(CreatorModeControl creatorModeControl)Information about whether creator mode is enabled or disabled for an Amazon Q Business application.CreatorModeConfiguration.BuilderCreatorModeConfiguration.Builder. creatorModeControl(CreatorModeControl creatorModeControl)Status information about whetherCREATOR_MODEhas been enabled or disabled.
-