Uses of Class
software.amazon.awssdk.services.qconnect.model.Participant
-
Packages that use Participant Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of Participant in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return Participant Modifier and Type Method Description static ParticipantParticipant. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ParticipantMessageOutput. participant()The participant of a message.static ParticipantParticipant. valueOf(String name)Returns the enum constant of this type with the specified name.static Participant[]Participant. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type Participant Modifier and Type Method Description static Set<Participant>Participant. knownValues()Methods in software.amazon.awssdk.services.qconnect.model with parameters of type Participant Modifier and Type Method Description MessageOutput.BuilderMessageOutput.Builder. participant(Participant participant)The participant of a message.
-