Uses of Class
software.amazon.awssdk.services.connectparticipant.model.StartAttachmentUploadRequest
-
Packages that use StartAttachmentUploadRequest 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.software.amazon.awssdk.services.connectparticipant.transform -
-
Uses of StartAttachmentUploadRequest in software.amazon.awssdk.services.connectparticipant
Methods in software.amazon.awssdk.services.connectparticipant with parameters of type StartAttachmentUploadRequest Modifier and Type Method Description default CompletableFuture<StartAttachmentUploadResponse>ConnectParticipantAsyncClient. startAttachmentUpload(StartAttachmentUploadRequest 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. -
Uses of StartAttachmentUploadRequest in software.amazon.awssdk.services.connectparticipant.transform
Methods in software.amazon.awssdk.services.connectparticipant.transform with parameters of type StartAttachmentUploadRequest Modifier and Type Method Description SdkHttpFullRequestStartAttachmentUploadRequestMarshaller. marshall(StartAttachmentUploadRequest startAttachmentUploadRequest)
-