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