Uses of Class
software.amazon.awssdk.services.connectparticipant.model.Item
-
Packages that use Item Package Description software.amazon.awssdk.services.connectparticipant.model -
-
Uses of Item in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return types with arguments of type Item Modifier and Type Method Description List<Item>GetTranscriptResponse. transcript()The list of messages in the session.Methods in software.amazon.awssdk.services.connectparticipant.model with parameters of type Item Modifier and Type Method Description GetTranscriptResponse.BuilderGetTranscriptResponse.Builder. transcript(Item... transcript)The list of messages in the session.Method parameters in software.amazon.awssdk.services.connectparticipant.model with type arguments of type Item Modifier and Type Method Description GetTranscriptResponse.BuilderGetTranscriptResponse.Builder. transcript(Collection<Item> transcript)The list of messages in the session.
-