Uses of Class
software.amazon.awssdk.services.connect.model.TimerEligibleParticipantRoles
-
Packages that use TimerEligibleParticipantRoles Package Description software.amazon.awssdk.services.connect.model -
-
Uses of TimerEligibleParticipantRoles in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return TimerEligibleParticipantRoles Modifier and Type Method Description static TimerEligibleParticipantRolesTimerEligibleParticipantRoles. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TimerEligibleParticipantRolesParticipantTimerConfiguration. participantRole()The role of the participant in the chat conversation.static TimerEligibleParticipantRolesTimerEligibleParticipantRoles. valueOf(String name)Returns the enum constant of this type with the specified name.static TimerEligibleParticipantRoles[]TimerEligibleParticipantRoles. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type TimerEligibleParticipantRoles Modifier and Type Method Description static Set<TimerEligibleParticipantRoles>TimerEligibleParticipantRoles. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type TimerEligibleParticipantRoles Modifier and Type Method Description ParticipantTimerConfiguration.BuilderParticipantTimerConfiguration.Builder. participantRole(TimerEligibleParticipantRoles participantRole)The role of the participant in the chat conversation.
-