Uses of Enum
software.amazon.awssdk.services.ssm.model.AutomationSubtype
Packages that use AutomationSubtype
-
Uses of AutomationSubtype in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AutomationSubtypeModifier and TypeMethodDescriptionfinal AutomationSubtypeAutomationExecution.automationSubtype()The subtype of the Automation operation.final AutomationSubtypeAutomationExecutionMetadata.automationSubtype()The subtype of the Automation operation.static AutomationSubtypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AutomationSubtypeReturns the enum constant of this type with the specified name.static AutomationSubtype[]AutomationSubtype.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 AutomationSubtypeMethods in software.amazon.awssdk.services.ssm.model with parameters of type AutomationSubtypeModifier and TypeMethodDescriptionAutomationExecution.Builder.automationSubtype(AutomationSubtype automationSubtype) The subtype of the Automation operation.AutomationExecutionMetadata.Builder.automationSubtype(AutomationSubtype automationSubtype) The subtype of the Automation operation.