Uses of Class
software.amazon.awssdk.services.qconnect.model.GetContentRequest
-
Packages that use GetContentRequest Package Description software.amazon.awssdk.services.qconnect software.amazon.awssdk.services.qconnect.transform -
-
Uses of GetContentRequest in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect with parameters of type GetContentRequest Modifier and Type Method Description default CompletableFuture<GetContentResponse>QConnectAsyncClient. getContent(GetContentRequest 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. -
Uses of GetContentRequest in software.amazon.awssdk.services.qconnect.transform
Methods in software.amazon.awssdk.services.qconnect.transform with parameters of type GetContentRequest Modifier and Type Method Description SdkHttpFullRequestGetContentRequestMarshaller. marshall(GetContentRequest getContentRequest)
-