Uses of Class
software.amazon.awssdk.services.connectparticipant.model.StartAttachmentUploadResponse
-
Packages that use StartAttachmentUploadResponse Package Description software.amazon.awssdk.services.connectparticipant -
-
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.
-