Uses of Class
software.amazon.awssdk.services.connectparticipant.model.GetAttachmentRequest
-
Packages that use GetAttachmentRequest Package Description software.amazon.awssdk.services.connectparticipant software.amazon.awssdk.services.connectparticipant.transform -
-
Uses of GetAttachmentRequest in software.amazon.awssdk.services.connectparticipant
Methods in software.amazon.awssdk.services.connectparticipant with parameters of type GetAttachmentRequest Modifier and Type Method Description default CompletableFuture<GetAttachmentResponse>ConnectParticipantAsyncClient. getAttachment(GetAttachmentRequest 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. -
Uses of GetAttachmentRequest in software.amazon.awssdk.services.connectparticipant.transform
Methods in software.amazon.awssdk.services.connectparticipant.transform with parameters of type GetAttachmentRequest Modifier and Type Method Description SdkHttpFullRequestGetAttachmentRequestMarshaller. marshall(GetAttachmentRequest getAttachmentRequest)
-