Uses of Class
software.amazon.awssdk.services.ssm.model.ExecutionMode
-
Packages that use ExecutionMode Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of ExecutionMode in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ExecutionMode Modifier and Type Method Description static ExecutionModeExecutionMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExecutionModeAutomationExecution. mode()The automation execution mode.ExecutionModeAutomationExecutionMetadata. mode()The Automation execution mode.ExecutionModeStartAutomationExecutionRequest. mode()The execution mode of the automation.static ExecutionModeExecutionMode. valueOf(String name)Returns 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 ExecutionMode Modifier and Type Method Description static Set<ExecutionMode>ExecutionMode. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type ExecutionMode Modifier and Type Method Description AutomationExecution.BuilderAutomationExecution.Builder. mode(ExecutionMode mode)The automation execution mode.AutomationExecutionMetadata.BuilderAutomationExecutionMetadata.Builder. mode(ExecutionMode mode)The Automation execution mode.StartAutomationExecutionRequest.BuilderStartAutomationExecutionRequest.Builder. mode(ExecutionMode mode)The execution mode of the automation.
-