| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ParticipantDetailsToAdd |
ParticipantDetailsToAdd.clone() |
ParticipantDetailsToAdd |
CreateParticipantRequest.getParticipantDetails()
Information identifying the participant.
|
ParticipantDetailsToAdd |
ParticipantDetailsToAdd.withDisplayName(String displayName)
The display name of the participant.
|
ParticipantDetailsToAdd |
ParticipantDetailsToAdd.withParticipantRole(ParticipantRole participantRole)
The role of the participant being added.
|
ParticipantDetailsToAdd |
ParticipantDetailsToAdd.withParticipantRole(String participantRole)
The role of the participant being added.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateParticipantRequest.setParticipantDetails(ParticipantDetailsToAdd participantDetails)
Information identifying the participant.
|
CreateParticipantRequest |
CreateParticipantRequest.withParticipantDetails(ParticipantDetailsToAdd participantDetails)
Information identifying the participant.
|
Copyright © 2024. All rights reserved.