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