Uses of Class
software.amazon.awssdk.services.qbusiness.model.GetWebExperienceResponse
-
Packages that use GetWebExperienceResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference. -
-
Uses of GetWebExperienceResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return GetWebExperienceResponse Modifier and Type Method Description default GetWebExperienceResponseQBusinessClient. getWebExperience(Consumer<GetWebExperienceRequest.Builder> getWebExperienceRequest)Gets information about an existing Amazon Q Business web experience.default GetWebExperienceResponseQBusinessClient. getWebExperience(GetWebExperienceRequest getWebExperienceRequest)Gets information about an existing Amazon Q Business web experience.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type GetWebExperienceResponse Modifier and Type Method Description default CompletableFuture<GetWebExperienceResponse>QBusinessAsyncClient. getWebExperience(Consumer<GetWebExperienceRequest.Builder> getWebExperienceRequest)Gets information about an existing Amazon Q Business web experience.default CompletableFuture<GetWebExperienceResponse>QBusinessAsyncClient. getWebExperience(GetWebExperienceRequest getWebExperienceRequest)Gets information about an existing Amazon Q Business web experience.
-