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