Uses of Class
software.amazon.awssdk.services.ssm.model.AutomationExecutionStatus
-
Packages that use AutomationExecutionStatus Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of AutomationExecutionStatus in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AutomationExecutionStatus Modifier and Type Method Description AutomationExecutionStatusAutomationExecution. automationExecutionStatus()The execution status of the Automation.AutomationExecutionStatusAutomationExecutionMetadata. automationExecutionStatus()The status of the execution.static AutomationExecutionStatusAutomationExecutionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AutomationExecutionStatusStepExecution. stepStatus()The execution status for this step.static AutomationExecutionStatusAutomationExecutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AutomationExecutionStatus[]AutomationExecutionStatus. 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 AutomationExecutionStatus Modifier and Type Method Description static Set<AutomationExecutionStatus>AutomationExecutionStatus. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type AutomationExecutionStatus Modifier and Type Method Description AutomationExecution.BuilderAutomationExecution.Builder. automationExecutionStatus(AutomationExecutionStatus automationExecutionStatus)The execution status of the Automation.AutomationExecutionMetadata.BuilderAutomationExecutionMetadata.Builder. automationExecutionStatus(AutomationExecutionStatus automationExecutionStatus)The status of the execution.StepExecution.BuilderStepExecution.Builder. stepStatus(AutomationExecutionStatus stepStatus)The execution status for this step.
-