Uses of Class
software.amazon.awssdk.services.deadline.model.AssignedSessionAction
-
Packages that use AssignedSessionAction Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of AssignedSessionAction in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type AssignedSessionAction Modifier and Type Method Description List<AssignedSessionAction>AssignedSession. sessionActions()The session actions to apply to the assigned session.Methods in software.amazon.awssdk.services.deadline.model with parameters of type AssignedSessionAction Modifier and Type Method Description AssignedSession.BuilderAssignedSession.Builder. sessionActions(AssignedSessionAction... sessionActions)The session actions to apply to the assigned session.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type AssignedSessionAction Modifier and Type Method Description AssignedSession.BuilderAssignedSession.Builder. sessionActions(Collection<AssignedSessionAction> sessionActions)The session actions to apply to the assigned session.
-