| 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 CompleteAttachmentUploadResponse |
ConnectParticipantClient.completeAttachmentUpload(CompleteAttachmentUploadRequest completeAttachmentUploadRequest)
Allows you to confirm that the attachment has been uploaded using the pre-signed URL provided in
StartAttachmentUpload API.
|
default CompleteAttachmentUploadResponse |
ConnectParticipantClient.completeAttachmentUpload(Consumer<CompleteAttachmentUploadRequest.Builder> completeAttachmentUploadRequest)
Allows you to confirm that the attachment has been uploaded using the pre-signed URL provided in
StartAttachmentUpload API.
|
default CreateParticipantConnectionResponse |
ConnectParticipantClient.createParticipantConnection(Consumer<CreateParticipantConnectionRequest.Builder> createParticipantConnectionRequest)
Creates the participant's connection.
|
default CreateParticipantConnectionResponse |
ConnectParticipantClient.createParticipantConnection(CreateParticipantConnectionRequest createParticipantConnectionRequest)
Creates the participant's connection.
|
default DisconnectParticipantResponse |
ConnectParticipantClient.disconnectParticipant(Consumer<DisconnectParticipantRequest.Builder> disconnectParticipantRequest)
Disconnects a participant.
|
default DisconnectParticipantResponse |
ConnectParticipantClient.disconnectParticipant(DisconnectParticipantRequest disconnectParticipantRequest)
Disconnects a participant.
|
default GetAttachmentResponse |
ConnectParticipantClient.getAttachment(Consumer<GetAttachmentRequest.Builder> getAttachmentRequest)
Provides a pre-signed URL for download of a completed attachment.
|
default GetAttachmentResponse |
ConnectParticipantClient.getAttachment(GetAttachmentRequest getAttachmentRequest)
Provides a pre-signed URL for download of a completed attachment.
|
default GetTranscriptResponse |
ConnectParticipantClient.getTranscript(Consumer<GetTranscriptRequest.Builder> getTranscriptRequest)
Retrieves a transcript of the session, including details about any attachments.
|
default GetTranscriptResponse |
ConnectParticipantClient.getTranscript(GetTranscriptRequest getTranscriptRequest)
Retrieves a transcript of the session, including details about any attachments.
|
default GetTranscriptIterable |
ConnectParticipantClient.getTranscriptPaginator(Consumer<GetTranscriptRequest.Builder> getTranscriptRequest)
Retrieves a transcript of the session, including details about any attachments.
|
default GetTranscriptIterable |
ConnectParticipantClient.getTranscriptPaginator(GetTranscriptRequest getTranscriptRequest)
Retrieves a transcript of the session, including details about any attachments.
|
default SendEventResponse |
ConnectParticipantClient.sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)
Sends an event.
|
default SendEventResponse |
ConnectParticipantClient.sendEvent(SendEventRequest sendEventRequest)
Sends an event.
|
default SendMessageResponse |
ConnectParticipantClient.sendMessage(Consumer<SendMessageRequest.Builder> sendMessageRequest)
Sends a message.
|
default SendMessageResponse |
ConnectParticipantClient.sendMessage(SendMessageRequest sendMessageRequest)
Sends a message.
|
default StartAttachmentUploadResponse |
ConnectParticipantClient.startAttachmentUpload(Consumer<StartAttachmentUploadRequest.Builder> startAttachmentUploadRequest)
Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3.
|
default StartAttachmentUploadResponse |
ConnectParticipantClient.startAttachmentUpload(StartAttachmentUploadRequest startAttachmentUploadRequest)
Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You do not have sufficient access to perform this action.
|
class |
ConflictException
An attachment with that identifier is already being uploaded.
|
class |
InternalServerException
This exception occurs when there is an internal failure in the Amazon Connect service.
|
class |
ServiceQuotaExceededException
The number of attachments per contact exceeds the quota.
|
class |
ThrottlingException
The request was denied due to request throttling.
|
class |
ValidationException
The input fails to satisfy the constraints specified by Amazon Connect.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectParticipantException |
ConnectParticipantException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(ConnectParticipantException ex) |
Copyright © 2023. All rights reserved.