Uses of Class
software.amazon.awssdk.services.deadline.model.UpdatedSessionActionInfo
-
Packages that use UpdatedSessionActionInfo Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of UpdatedSessionActionInfo in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type UpdatedSessionActionInfo Modifier and Type Method Description Map<String,UpdatedSessionActionInfo>UpdateWorkerScheduleRequest. updatedSessionActions()The session actions associated with the worker schedule to update.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type UpdatedSessionActionInfo Modifier and Type Method Description UpdateWorkerScheduleRequest.BuilderUpdateWorkerScheduleRequest.Builder. updatedSessionActions(Map<String,UpdatedSessionActionInfo> updatedSessionActions)The session actions associated with the worker schedule to update.
-