Uses of Enum
software.amazon.awssdk.services.ssm.model.ExecutionMode
Packages that use ExecutionMode
-
Uses of ExecutionMode in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ExecutionModeModifier and TypeMethodDescriptionstatic ExecutionModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ExecutionModeAutomationExecution.mode()The automation execution mode.final ExecutionModeAutomationExecutionMetadata.mode()The Automation execution mode.final ExecutionModeStartAutomationExecutionRequest.mode()The execution mode of the automation.static ExecutionModeReturns the enum constant of this type with the specified name.static ExecutionMode[]ExecutionMode.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 ExecutionModeMethods in software.amazon.awssdk.services.ssm.model with parameters of type ExecutionModeModifier and TypeMethodDescriptionAutomationExecution.Builder.mode(ExecutionMode mode) The automation execution mode.AutomationExecutionMetadata.Builder.mode(ExecutionMode mode) The Automation execution mode.StartAutomationExecutionRequest.Builder.mode(ExecutionMode mode) The execution mode of the automation.