Uses of Interface
software.amazon.awssdk.services.connect.model.CreateParticipantResponse.Builder
-
Packages that use CreateParticipantResponse.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of CreateParticipantResponse.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return CreateParticipantResponse.Builder Modifier and Type Method Description static CreateParticipantResponse.BuilderCreateParticipantResponse. builder()default CreateParticipantResponse.BuilderCreateParticipantResponse.Builder. participantCredentials(Consumer<ParticipantTokenCredentials.Builder> participantCredentials)The token used by the chat participant to callCreateParticipantConnection.CreateParticipantResponse.BuilderCreateParticipantResponse.Builder. participantCredentials(ParticipantTokenCredentials participantCredentials)The token used by the chat participant to callCreateParticipantConnection.CreateParticipantResponse.BuilderCreateParticipantResponse.Builder. participantId(String participantId)The identifier for a chat participant.CreateParticipantResponse.BuilderCreateParticipantResponse. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type CreateParticipantResponse.Builder Modifier and Type Method Description static Class<? extends CreateParticipantResponse.Builder>CreateParticipantResponse. serializableBuilderClass()
-