Uses of Class
software.amazon.awssdk.services.qbusiness.model.PluginType
-
Packages that use PluginType Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of PluginType in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.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.PluginTypeActionReview. pluginType()The type of plugin.PluginTypeCreatePluginRequest. type()The type of plugin you want to create.PluginTypeGetPluginResponse. type()The type of the plugin.PluginTypePlugin. type()The type of the plugin.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.qbusiness.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.qbusiness.model with parameters of type PluginType Modifier and Type Method Description ActionReview.BuilderActionReview.Builder. pluginType(PluginType pluginType)The type of plugin.CreatePluginRequest.BuilderCreatePluginRequest.Builder. type(PluginType type)The type of plugin you want to create.GetPluginResponse.BuilderGetPluginResponse.Builder. type(PluginType type)The type of the plugin.Plugin.BuilderPlugin.Builder. type(PluginType type)The type of the plugin.
-