Uses of Enum
software.amazon.awssdk.services.ssm.model.AutomationExecutionStatus
Packages that use AutomationExecutionStatus
-
Uses of AutomationExecutionStatus in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AutomationExecutionStatusModifier and TypeMethodDescriptionAutomationExecution.automationExecutionStatus()The execution status of the Automation.AutomationExecutionMetadata.automationExecutionStatus()The status of the execution.static AutomationExecutionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.StepExecution.stepStatus()The execution status for this step.static AutomationExecutionStatusReturns 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 AutomationExecutionStatusModifier and TypeMethodDescriptionstatic Set<AutomationExecutionStatus>AutomationExecutionStatus.knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type AutomationExecutionStatusModifier and TypeMethodDescriptionAutomationExecution.Builder.automationExecutionStatus(AutomationExecutionStatus automationExecutionStatus) The execution status of the Automation.AutomationExecutionMetadata.Builder.automationExecutionStatus(AutomationExecutionStatus automationExecutionStatus) The status of the execution.StepExecution.Builder.stepStatus(AutomationExecutionStatus stepStatus) The execution status for this step.