| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.connectparticipant.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartAttachmentUploadResult> |
AbstractAmazonConnectParticipantAsync.startAttachmentUploadAsync(StartAttachmentUploadRequest request,
AsyncHandler<StartAttachmentUploadRequest,StartAttachmentUploadResult> asyncHandler) |
Future<StartAttachmentUploadResult> |
AmazonConnectParticipantAsyncClient.startAttachmentUploadAsync(StartAttachmentUploadRequest request,
AsyncHandler<StartAttachmentUploadRequest,StartAttachmentUploadResult> asyncHandler) |
Future<StartAttachmentUploadResult> |
AmazonConnectParticipantAsync.startAttachmentUploadAsync(StartAttachmentUploadRequest startAttachmentUploadRequest,
AsyncHandler<StartAttachmentUploadRequest,StartAttachmentUploadResult> asyncHandler)
Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3.
|
| Modifier and Type | Method and Description |
|---|---|
StartAttachmentUploadRequest |
StartAttachmentUploadRequest.clone() |
StartAttachmentUploadRequest |
StartAttachmentUploadRequest.withAttachmentName(String attachmentName)
A case-sensitive name of the attachment being uploaded.
|
StartAttachmentUploadRequest |
StartAttachmentUploadRequest.withAttachmentSizeInBytes(Long attachmentSizeInBytes)
The size of the attachment in bytes.
|
StartAttachmentUploadRequest |
StartAttachmentUploadRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
StartAttachmentUploadRequest |
StartAttachmentUploadRequest.withConnectionToken(String connectionToken)
The authentication token associated with the participant's connection.
|
StartAttachmentUploadRequest |
StartAttachmentUploadRequest.withContentType(String contentType)
Describes the MIME file type of the attachment.
|
Copyright © 2023. All rights reserved.