Uses of Class
software.amazon.awssdk.services.qapps.model.PluginType
-
Packages that use PluginType Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of PluginType in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return PluginType Modifier and Type Method Description static PluginTypePluginType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PluginTypeQPluginCard. pluginType()The type or category of the plugin used by the card.static PluginTypePluginType. valueOf(String name)Returns the enum constant of this type with the specified name.static PluginType[]PluginType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type PluginType Modifier and Type Method Description static Set<PluginType>PluginType. knownValues()Methods in software.amazon.awssdk.services.qapps.model with parameters of type PluginType Modifier and Type Method Description QPluginCard.BuilderQPluginCard.Builder. pluginType(PluginType pluginType)The type or category of the plugin used by the card.
-