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