Uses of Class
software.amazon.awssdk.services.deadline.model.SessionActionStatus
-
Packages that use SessionActionStatus Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of SessionActionStatus in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return SessionActionStatus Modifier and Type Method Description static SessionActionStatusSessionActionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SessionActionStatusGetSessionActionResponse. status()The status of the session action.SessionActionStatusSessionActionSummary. status()The status of the session action.static SessionActionStatusSessionActionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionActionStatus[]SessionActionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type SessionActionStatus Modifier and Type Method Description static Set<SessionActionStatus>SessionActionStatus. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type SessionActionStatus Modifier and Type Method Description GetSessionActionResponse.BuilderGetSessionActionResponse.Builder. status(SessionActionStatus status)The status of the session action.SessionActionSummary.BuilderSessionActionSummary.Builder. status(SessionActionStatus status)The status of the session action.
-