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