Uses of Class
software.amazon.awssdk.services.connect.model.GetAttachedFileResponse
-
Packages that use GetAttachedFileResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of GetAttachedFileResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return GetAttachedFileResponse Modifier and Type Method Description default GetAttachedFileResponseConnectClient. getAttachedFile(Consumer<GetAttachedFileRequest.Builder> 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.Methods in software.amazon.awssdk.services.connect that return types with arguments of type GetAttachedFileResponse Modifier and Type Method Description default CompletableFuture<GetAttachedFileResponse>ConnectAsyncClient. getAttachedFile(Consumer<GetAttachedFileRequest.Builder> getAttachedFileRequest)Provides a pre-signed URL for download of an approved attached file.default CompletableFuture<GetAttachedFileResponse>ConnectAsyncClient. getAttachedFile(GetAttachedFileRequest getAttachedFileRequest)Provides a pre-signed URL for download of an approved attached file.
-