Uses of Class
software.amazon.awssdk.services.connect.model.GetAttachedFileResponse
-
Packages that use GetAttachedFileResponse Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale. -
-
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.
-