Uses of Class
software.amazon.awssdk.services.connectparticipant.model.ConflictException
-
Packages that use ConflictException 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. -
-
Uses of ConflictException in software.amazon.awssdk.services.connectparticipant
Methods in software.amazon.awssdk.services.connectparticipant that throw ConflictException Modifier and Type Method Description default CompleteAttachmentUploadResponseConnectParticipantClient. 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 CompleteAttachmentUploadResponseConnectParticipantClient. completeAttachmentUpload(CompleteAttachmentUploadRequest completeAttachmentUploadRequest)Allows you to confirm that the attachment has been uploaded using the pre-signed URL provided in StartAttachmentUpload API.
-