Uses of Class
software.amazon.awssdk.services.connect.model.ParticipantTimerValue
-
Packages that use ParticipantTimerValue Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ParticipantTimerValue in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ParticipantTimerValue Modifier and Type Method Description static ParticipantTimerValueParticipantTimerValue. fromParticipantTimerAction(String participantTimerAction)Create an instance of this class withparticipantTimerActionAsString()initialized to the given value.static ParticipantTimerValueParticipantTimerValue. fromParticipantTimerAction(ParticipantTimerAction participantTimerAction)Create an instance of this class withparticipantTimerActionAsString()initialized to the given value.static ParticipantTimerValueParticipantTimerValue. fromParticipantTimerDurationInMinutes(Integer participantTimerDurationInMinutes)Create an instance of this class withparticipantTimerDurationInMinutes()initialized to the given value.ParticipantTimerValueParticipantTimerConfiguration. timerValue()The value of the timer.Methods in software.amazon.awssdk.services.connect.model with parameters of type ParticipantTimerValue Modifier and Type Method Description ParticipantTimerConfiguration.BuilderParticipantTimerConfiguration.Builder. timerValue(ParticipantTimerValue timerValue)The value of the timer.
-