Uses of Enum
software.amazon.awssdk.services.ssm.model.AutomationType
Packages that use AutomationType
-
Uses of AutomationType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AutomationTypeModifier and TypeMethodDescriptionfinal AutomationTypeAutomationExecutionMetadata.automationType()Use this filter with DescribeAutomationExecutions.static AutomationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AutomationTypeReturns the enum constant of this type with the specified name.static AutomationType[]AutomationType.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 AutomationTypeMethods in software.amazon.awssdk.services.ssm.model with parameters of type AutomationTypeModifier and TypeMethodDescriptionAutomationExecutionMetadata.Builder.automationType(AutomationType automationType) Use this filter with DescribeAutomationExecutions.