Uses of Enum
com.amazonaws.services.simplesystemsmanagement.model.CommandPluginStatus
Packages that use CommandPluginStatus
-
Uses of CommandPluginStatus in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return CommandPluginStatusModifier and TypeMethodDescriptionstatic CommandPluginStatusUse this in place of valueOf.static CommandPluginStatusReturns 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 com.amazonaws.services.simplesystemsmanagement.model with parameters of type CommandPluginStatusModifier and TypeMethodDescriptionvoidCommandPlugin.setStatus(CommandPluginStatus status) The status of this plugin.CommandPlugin.withStatus(CommandPluginStatus status) The status of this plugin.