Uses of Class
software.amazon.awssdk.services.wisdom.model.UpdateContentResponse
-
Packages that use UpdateContentResponse 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 UpdateContentResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return UpdateContentResponse Modifier and Type Method Description default UpdateContentResponseWisdomClient. updateContent(Consumer<UpdateContentRequest.Builder> updateContentRequest)Updates information about the content.default UpdateContentResponseWisdomClient. updateContent(UpdateContentRequest updateContentRequest)Updates information about the content.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type UpdateContentResponse Modifier and Type Method Description default CompletableFuture<UpdateContentResponse>WisdomAsyncClient. updateContent(Consumer<UpdateContentRequest.Builder> updateContentRequest)Updates information about the content.default CompletableFuture<UpdateContentResponse>WisdomAsyncClient. updateContent(UpdateContentRequest updateContentRequest)Updates information about the content.
-