Uses of Interface
software.amazon.awssdk.services.qapps.model.ListQAppsRequest.Builder
-
Packages that use ListQAppsRequest.Builder Package Description software.amazon.awssdk.services.qapps The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience.software.amazon.awssdk.services.qapps.model -
-
Uses of ListQAppsRequest.Builder in software.amazon.awssdk.services.qapps
Method parameters in software.amazon.awssdk.services.qapps with type arguments of type ListQAppsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListQAppsResponse>QAppsAsyncClient. listQApps(Consumer<ListQAppsRequest.Builder> listQAppsRequest)Lists the Amazon Q Apps owned by or associated with the user either because they created it or because they used it from the library in the past.default ListQAppsResponseQAppsClient. listQApps(Consumer<ListQAppsRequest.Builder> listQAppsRequest)Lists the Amazon Q Apps owned by or associated with the user either because they created it or because they used it from the library in the past.default ListQAppsPublisherQAppsAsyncClient. listQAppsPaginator(Consumer<ListQAppsRequest.Builder> listQAppsRequest)This is a variant ofQAppsAsyncClient.listQApps(software.amazon.awssdk.services.qapps.model.ListQAppsRequest)operation.default ListQAppsIterableQAppsClient. listQAppsPaginator(Consumer<ListQAppsRequest.Builder> listQAppsRequest)This is a variant ofQAppsClient.listQApps(software.amazon.awssdk.services.qapps.model.ListQAppsRequest)operation. -
Uses of ListQAppsRequest.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return ListQAppsRequest.Builder Modifier and Type Method Description static ListQAppsRequest.BuilderListQAppsRequest. builder()ListQAppsRequest.BuilderListQAppsRequest.Builder. instanceId(String instanceId)The unique identifier of the Amazon Q Business application environment instance.ListQAppsRequest.BuilderListQAppsRequest.Builder. limit(Integer limit)The maximum number of Q Apps to return in the response.ListQAppsRequest.BuilderListQAppsRequest.Builder. nextToken(String nextToken)The token to request the next page of results.ListQAppsRequest.BuilderListQAppsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListQAppsRequest.BuilderListQAppsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListQAppsRequest.BuilderListQAppsRequest. toBuilder()Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type ListQAppsRequest.Builder Modifier and Type Method Description static Class<? extends ListQAppsRequest.Builder>ListQAppsRequest. serializableBuilderClass()
-