Uses of Class
software.amazon.awssdk.services.connect.model.ParticipantTimerConfiguration
-
Packages that use ParticipantTimerConfiguration Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ParticipantTimerConfiguration in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ParticipantTimerConfiguration Modifier and Type Method Description List<ParticipantTimerConfiguration>ChatParticipantRoleConfig. participantTimerConfigList()A list of participant timers.Methods in software.amazon.awssdk.services.connect.model with parameters of type ParticipantTimerConfiguration Modifier and Type Method Description ChatParticipantRoleConfig.BuilderChatParticipantRoleConfig.Builder. participantTimerConfigList(ParticipantTimerConfiguration... participantTimerConfigList)A list of participant timers.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ParticipantTimerConfiguration Modifier and Type Method Description ChatParticipantRoleConfig.BuilderChatParticipantRoleConfig.Builder. participantTimerConfigList(Collection<ParticipantTimerConfiguration> participantTimerConfigList)A list of participant timers.
-