Uses of Class
software.amazon.awssdk.services.qbusiness.model.PluginState
-
Packages that use PluginState Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of PluginState in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return PluginState Modifier and Type Method Description static PluginStatePluginState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PluginStateGetPluginResponse. state()The current state of the plugin.PluginStatePlugin. state()The current status of the plugin.PluginStateUpdatePluginRequest. state()The status of the plugin.static PluginStatePluginState. valueOf(String name)Returns the enum constant of this type with the specified name.static PluginState[]PluginState. 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 PluginState Modifier and Type Method Description static Set<PluginState>PluginState. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type PluginState Modifier and Type Method Description GetPluginResponse.BuilderGetPluginResponse.Builder. state(PluginState state)The current state of the plugin.Plugin.BuilderPlugin.Builder. state(PluginState state)The current status of the plugin.UpdatePluginRequest.BuilderUpdatePluginRequest.Builder. state(PluginState state)The status of the plugin.
-