| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectparticipant |
Amazon Connect is an easy-to-use omnichannel cloud contact center service that enables companies of any size to
deliver superior customer service at a lower cost.
|
| software.amazon.awssdk.services.connectparticipant.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateParticipantConnectionResponse> |
ConnectParticipantAsyncClient.createParticipantConnection(Consumer<CreateParticipantConnectionRequest.Builder> createParticipantConnectionRequest)
Creates the participant's connection.
|
default CreateParticipantConnectionResponse |
ConnectParticipantClient.createParticipantConnection(Consumer<CreateParticipantConnectionRequest.Builder> createParticipantConnectionRequest)
Creates the participant's connection.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateParticipantConnectionRequest.Builder |
CreateParticipantConnectionRequest.builder() |
CreateParticipantConnectionRequest.Builder |
CreateParticipantConnectionRequest.Builder.connectParticipant(Boolean connectParticipant)
Amazon Connect Participant is used to mark the participant as connected for customer participant in message
streaming, as well as for agent or manager participant in non-streaming chats.
|
CreateParticipantConnectionRequest.Builder |
CreateParticipantConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateParticipantConnectionRequest.Builder |
CreateParticipantConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateParticipantConnectionRequest.Builder |
CreateParticipantConnectionRequest.Builder.participantToken(String participantToken)
This is a header parameter.
|
CreateParticipantConnectionRequest.Builder |
CreateParticipantConnectionRequest.toBuilder() |
CreateParticipantConnectionRequest.Builder |
CreateParticipantConnectionRequest.Builder.type(Collection<ConnectionType> type)
Type of connection information required.
|
CreateParticipantConnectionRequest.Builder |
CreateParticipantConnectionRequest.Builder.type(ConnectionType... type)
Type of connection information required.
|
CreateParticipantConnectionRequest.Builder |
CreateParticipantConnectionRequest.Builder.typeWithStrings(Collection<String> type)
Type of connection information required.
|
CreateParticipantConnectionRequest.Builder |
CreateParticipantConnectionRequest.Builder.typeWithStrings(String... type)
Type of connection information required.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateParticipantConnectionRequest.Builder> |
CreateParticipantConnectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.