Uses of Class
software.amazon.awssdk.services.wisdom.model.GetContentRequest
-
Packages that use GetContentRequest Package Description software.amazon.awssdk.services.wisdom Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers.software.amazon.awssdk.services.wisdom.transform -
-
Uses of GetContentRequest in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom with parameters of type GetContentRequest Modifier and Type Method Description default CompletableFuture<GetContentResponse>WisdomAsyncClient. getContent(GetContentRequest getContentRequest)Retrieves content, including a pre-signed URL to download the content.default GetContentResponseWisdomClient. getContent(GetContentRequest getContentRequest)Retrieves content, including a pre-signed URL to download the content. -
Uses of GetContentRequest in software.amazon.awssdk.services.wisdom.transform
Methods in software.amazon.awssdk.services.wisdom.transform with parameters of type GetContentRequest Modifier and Type Method Description SdkHttpFullRequestGetContentRequestMarshaller. marshall(GetContentRequest getContentRequest)
-