Uses of Class
software.amazon.awssdk.services.connectparticipant.model.ConflictException
-
Packages that use ConflictException Package Description software.amazon.awssdk.services.connectparticipant -
-
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.default SendEventResponseConnectParticipantClient. sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)default SendEventResponseConnectParticipantClient. sendEvent(SendEventRequest sendEventRequest)
-