Uses of Class
software.amazon.awssdk.services.connect.model.GetAttachedFileRequest
-
Packages that use GetAttachedFileRequest Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.transform -
-
Uses of GetAttachedFileRequest in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect with parameters of type GetAttachedFileRequest Modifier and Type Method Description default CompletableFuture<GetAttachedFileResponse>ConnectAsyncClient. getAttachedFile(GetAttachedFileRequest getAttachedFileRequest)Provides a pre-signed URL for download of an approved attached file.default GetAttachedFileResponseConnectClient. getAttachedFile(GetAttachedFileRequest getAttachedFileRequest)Provides a pre-signed URL for download of an approved attached file. -
Uses of GetAttachedFileRequest in software.amazon.awssdk.services.connect.transform
Methods in software.amazon.awssdk.services.connect.transform with parameters of type GetAttachedFileRequest Modifier and Type Method Description SdkHttpFullRequestGetAttachedFileRequestMarshaller. marshall(GetAttachedFileRequest getAttachedFileRequest)
-