Uses of Class
software.amazon.awssdk.services.connect.model.CompleteAttachedFileUploadResponse
-
Packages that use CompleteAttachedFileUploadResponse Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale. -
-
Uses of CompleteAttachedFileUploadResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return CompleteAttachedFileUploadResponse Modifier and Type Method Description default CompleteAttachedFileUploadResponseConnectClient. completeAttachedFileUpload(Consumer<CompleteAttachedFileUploadRequest.Builder> completeAttachedFileUploadRequest)Allows you to confirm that the attached file has been uploaded using the pre-signed URL provided in the StartAttachedFileUpload API.default CompleteAttachedFileUploadResponseConnectClient. completeAttachedFileUpload(CompleteAttachedFileUploadRequest completeAttachedFileUploadRequest)Allows you to confirm that the attached file has been uploaded using the pre-signed URL provided in the StartAttachedFileUpload API.Methods in software.amazon.awssdk.services.connect that return types with arguments of type CompleteAttachedFileUploadResponse Modifier and Type Method Description default CompletableFuture<CompleteAttachedFileUploadResponse>ConnectAsyncClient. completeAttachedFileUpload(Consumer<CompleteAttachedFileUploadRequest.Builder> completeAttachedFileUploadRequest)Allows you to confirm that the attached file has been uploaded using the pre-signed URL provided in the StartAttachedFileUpload API.default CompletableFuture<CompleteAttachedFileUploadResponse>ConnectAsyncClient. completeAttachedFileUpload(CompleteAttachedFileUploadRequest completeAttachedFileUploadRequest)Allows you to confirm that the attached file has been uploaded using the pre-signed URL provided in the StartAttachedFileUpload API.
-