Uses of Class
software.amazon.awssdk.services.connect.model.ParticipantDetails
-
Packages that use ParticipantDetails Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ParticipantDetails in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ParticipantDetails Modifier and Type Method Description ParticipantDetailsNewSessionDetails. participantDetails()Returns the value of the ParticipantDetails property for this object.ParticipantDetailsStartChatContactRequest. participantDetails()Information identifying the participant.ParticipantDetailsStartWebRtcContactRequest. participantDetails()Returns the value of the ParticipantDetails property for this object.Methods in software.amazon.awssdk.services.connect.model with parameters of type ParticipantDetails Modifier and Type Method Description NewSessionDetails.BuilderNewSessionDetails.Builder. participantDetails(ParticipantDetails participantDetails)Sets the value of the ParticipantDetails property for this object.StartChatContactRequest.BuilderStartChatContactRequest.Builder. participantDetails(ParticipantDetails participantDetails)Information identifying the participant.StartWebRtcContactRequest.BuilderStartWebRtcContactRequest.Builder. participantDetails(ParticipantDetails participantDetails)Sets the value of the ParticipantDetails property for this object.
-