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 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 CreateParticipantConnectionResponse |
ConnectParticipantClient.createParticipantConnection(Consumer<CreateParticipantConnectionRequest.Builder> createParticipantConnectionRequest) |
Creates the participant's connection.
|
default CreateParticipantConnectionResponse |
ConnectParticipantClient.createParticipantConnection(CreateParticipantConnectionRequest createParticipantConnectionRequest) |
Creates the participant's connection.
|
default DescribeViewResponse |
ConnectParticipantClient.describeView(Consumer<DescribeViewRequest.Builder> describeViewRequest) |
Retrieves the view for the specified view token.
|
default DescribeViewResponse |
ConnectParticipantClient.describeView(DescribeViewRequest describeViewRequest) |
Retrieves the view for the specified view token.
|
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.
|