Uses of Class
software.amazon.awssdk.services.qbusiness.model.UpdateWebExperienceResponse
-
Packages that use UpdateWebExperienceResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference. -
-
Uses of UpdateWebExperienceResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return UpdateWebExperienceResponse Modifier and Type Method Description default UpdateWebExperienceResponseQBusinessClient. updateWebExperience(Consumer<UpdateWebExperienceRequest.Builder> updateWebExperienceRequest)Updates an Amazon Q Business web experience.default UpdateWebExperienceResponseQBusinessClient. updateWebExperience(UpdateWebExperienceRequest updateWebExperienceRequest)Updates an Amazon Q Business web experience.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type UpdateWebExperienceResponse Modifier and Type Method Description default CompletableFuture<UpdateWebExperienceResponse>QBusinessAsyncClient. updateWebExperience(Consumer<UpdateWebExperienceRequest.Builder> updateWebExperienceRequest)Updates an Amazon Q Business web experience.default CompletableFuture<UpdateWebExperienceResponse>QBusinessAsyncClient. updateWebExperience(UpdateWebExperienceRequest updateWebExperienceRequest)Updates an Amazon Q Business web experience.
-