Uses of Class
software.amazon.awssdk.services.connectparticipant.model.StartAttachmentUploadResponse
-
Packages that use StartAttachmentUploadResponse 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 StartAttachmentUploadResponse in software.amazon.awssdk.services.connectparticipant
Methods in software.amazon.awssdk.services.connectparticipant that return StartAttachmentUploadResponse Modifier and Type Method Description default StartAttachmentUploadResponseConnectParticipantClient. startAttachmentUpload(Consumer<StartAttachmentUploadRequest.Builder> startAttachmentUploadRequest)Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3.default StartAttachmentUploadResponseConnectParticipantClient. startAttachmentUpload(StartAttachmentUploadRequest startAttachmentUploadRequest)Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3.Methods in software.amazon.awssdk.services.connectparticipant that return types with arguments of type StartAttachmentUploadResponse Modifier and Type Method Description default CompletableFuture<StartAttachmentUploadResponse>ConnectParticipantAsyncClient. startAttachmentUpload(Consumer<StartAttachmentUploadRequest.Builder> startAttachmentUploadRequest)Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3.default CompletableFuture<StartAttachmentUploadResponse>ConnectParticipantAsyncClient. startAttachmentUpload(StartAttachmentUploadRequest startAttachmentUploadRequest)Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3.
-