Uses of Class
software.amazon.awssdk.services.ssmsap.model.OperationEventStatus
-
Packages that use OperationEventStatus Package Description software.amazon.awssdk.services.ssmsap.model -
-
Uses of OperationEventStatus in software.amazon.awssdk.services.ssmsap.model
Methods in software.amazon.awssdk.services.ssmsap.model that return OperationEventStatus Modifier and Type Method Description static OperationEventStatusOperationEventStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OperationEventStatusOperationEvent. status()The status of the operation event.static OperationEventStatusOperationEventStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationEventStatus[]OperationEventStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssmsap.model that return types with arguments of type OperationEventStatus Modifier and Type Method Description static Set<OperationEventStatus>OperationEventStatus. knownValues()Methods in software.amazon.awssdk.services.ssmsap.model with parameters of type OperationEventStatus Modifier and Type Method Description OperationEvent.BuilderOperationEvent.Builder. status(OperationEventStatus status)The status of the operation event.
-