Uses of Class
software.amazon.awssdk.services.qbusiness.model.WebExperience
-
Packages that use WebExperience Package Description software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of WebExperience in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type WebExperience Modifier and Type Method Description List<WebExperience>ListWebExperiencesResponse. webExperiences()An array of summary information for one or more Amazon Q Business experiences.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type WebExperience Modifier and Type Method Description ListWebExperiencesResponse.BuilderListWebExperiencesResponse.Builder. webExperiences(WebExperience... webExperiences)An array of summary information for one or more Amazon Q Business experiences.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type WebExperience Modifier and Type Method Description ListWebExperiencesResponse.BuilderListWebExperiencesResponse.Builder. webExperiences(Collection<WebExperience> webExperiences)An array of summary information for one or more Amazon Q Business experiences. -
Uses of WebExperience in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.paginators that return types with arguments of type WebExperience Modifier and Type Method Description SdkIterable<WebExperience>ListWebExperiencesIterable. webExperiences()Returns an iterable to iterate through the paginatedListWebExperiencesResponse.webExperiences()member.SdkPublisher<WebExperience>ListWebExperiencesPublisher. webExperiences()Returns a publisher that can be used to get a stream of data.
-