Uses of Class
software.amazon.awssdk.services.qbusiness.model.ListWebExperiencesResponse
-
Packages that use ListWebExperiencesResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference.software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of ListWebExperiencesResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return ListWebExperiencesResponse Modifier and Type Method Description default ListWebExperiencesResponseQBusinessClient. listWebExperiences(Consumer<ListWebExperiencesRequest.Builder> listWebExperiencesRequest)Lists one or more Amazon Q Business Web Experiences.default ListWebExperiencesResponseQBusinessClient. listWebExperiences(ListWebExperiencesRequest listWebExperiencesRequest)Lists one or more Amazon Q Business Web Experiences.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type ListWebExperiencesResponse Modifier and Type Method Description default CompletableFuture<ListWebExperiencesResponse>QBusinessAsyncClient. listWebExperiences(Consumer<ListWebExperiencesRequest.Builder> listWebExperiencesRequest)Lists one or more Amazon Q Business Web Experiences.default CompletableFuture<ListWebExperiencesResponse>QBusinessAsyncClient. listWebExperiences(ListWebExperiencesRequest listWebExperiencesRequest)Lists one or more Amazon Q Business Web Experiences. -
Uses of ListWebExperiencesResponse in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.paginators that return types with arguments of type ListWebExperiencesResponse Modifier and Type Method Description Iterator<ListWebExperiencesResponse>ListWebExperiencesIterable. iterator()Method parameters in software.amazon.awssdk.services.qbusiness.paginators with type arguments of type ListWebExperiencesResponse Modifier and Type Method Description voidListWebExperiencesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListWebExperiencesResponse> subscriber)
-