Uses of Class
software.amazon.awssdk.services.ssm.model.CommandPluginStatus
-
Packages that use CommandPluginStatus Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of CommandPluginStatus in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return CommandPluginStatus Modifier and Type Method Description static CommandPluginStatusCommandPluginStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CommandPluginStatusCommandPlugin. status()The status of this plugin.static CommandPluginStatusCommandPluginStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandPluginStatus[]CommandPluginStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type CommandPluginStatus Modifier and Type Method Description static Set<CommandPluginStatus>CommandPluginStatus. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type CommandPluginStatus Modifier and Type Method Description CommandPlugin.BuilderCommandPlugin.Builder. status(CommandPluginStatus status)The status of this plugin.
-