| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ParticipantTokenCredentials |
ParticipantTokenCredentials.clone() |
ParticipantTokenCredentials |
CreateParticipantResult.getParticipantCredentials()
The token used by the chat participant to call
CreateParticipantConnection. |
ParticipantTokenCredentials |
ParticipantTokenCredentials.withExpiry(String expiry)
The expiration of the token.
|
ParticipantTokenCredentials |
ParticipantTokenCredentials.withParticipantToken(String participantToken)
The token used by the chat participant to call CreateParticipantConnection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateParticipantResult.setParticipantCredentials(ParticipantTokenCredentials participantCredentials)
The token used by the chat participant to call
CreateParticipantConnection. |
CreateParticipantResult |
CreateParticipantResult.withParticipantCredentials(ParticipantTokenCredentials participantCredentials)
The token used by the chat participant to call
CreateParticipantConnection. |
Copyright © 2024. All rights reserved.