Uses of Class
software.amazon.awssdk.services.deadline.model.CompletedStatus
-
Packages that use CompletedStatus Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of CompletedStatus in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return CompletedStatus Modifier and Type Method Description CompletedStatusUpdatedSessionActionInfo. completedStatus()The status of the session upon completion.static CompletedStatusCompletedStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CompletedStatusCompletedStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CompletedStatus[]CompletedStatus. 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 CompletedStatus Modifier and Type Method Description static Set<CompletedStatus>CompletedStatus. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type CompletedStatus Modifier and Type Method Description UpdatedSessionActionInfo.BuilderUpdatedSessionActionInfo.Builder. completedStatus(CompletedStatus completedStatus)The status of the session upon completion.
-