Uses of Class
software.amazon.awssdk.services.qconnect.model.GetContentResponse
-
Packages that use GetContentResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of GetContentResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return GetContentResponse Modifier and Type Method Description default GetContentResponseQConnectClient. getContent(Consumer<GetContentRequest.Builder> getContentRequest)Retrieves content, including a pre-signed URL to download the content.default GetContentResponseQConnectClient. getContent(GetContentRequest getContentRequest)Retrieves content, including a pre-signed URL to download the content.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type GetContentResponse Modifier and Type Method Description default CompletableFuture<GetContentResponse>QConnectAsyncClient. getContent(Consumer<GetContentRequest.Builder> getContentRequest)Retrieves content, including a pre-signed URL to download the content.default CompletableFuture<GetContentResponse>QConnectAsyncClient. getContent(GetContentRequest getContentRequest)Retrieves content, including a pre-signed URL to download the content.
-