Uses of Class
software.amazon.awssdk.services.connectparticipant.model.GetAttachmentResponse
-
Packages that use GetAttachmentResponse 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 GetAttachmentResponse in software.amazon.awssdk.services.connectparticipant
Methods in software.amazon.awssdk.services.connectparticipant that return GetAttachmentResponse Modifier and Type Method Description default GetAttachmentResponseConnectParticipantClient. getAttachment(Consumer<GetAttachmentRequest.Builder> getAttachmentRequest)Provides a pre-signed URL for download of a completed attachment.default GetAttachmentResponseConnectParticipantClient. getAttachment(GetAttachmentRequest getAttachmentRequest)Provides a pre-signed URL for download of a completed attachment.Methods in software.amazon.awssdk.services.connectparticipant that return types with arguments of type GetAttachmentResponse Modifier and Type Method Description default CompletableFuture<GetAttachmentResponse>ConnectParticipantAsyncClient. getAttachment(Consumer<GetAttachmentRequest.Builder> getAttachmentRequest)Provides a pre-signed URL for download of a completed attachment.default CompletableFuture<GetAttachmentResponse>ConnectParticipantAsyncClient. getAttachment(GetAttachmentRequest getAttachmentRequest)Provides a pre-signed URL for download of a completed attachment.
-