Uses of Interface
software.amazon.awssdk.services.qapps.model.ListQAppsResponse.Builder
-
Packages that use ListQAppsResponse.Builder Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of ListQAppsResponse.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return ListQAppsResponse.Builder Modifier and Type Method Description ListQAppsResponse.BuilderListQAppsResponse.Builder. apps(Collection<UserAppItem> apps)The list of Amazon Q Apps meeting the request criteria.ListQAppsResponse.BuilderListQAppsResponse.Builder. apps(Consumer<UserAppItem.Builder>... apps)The list of Amazon Q Apps meeting the request criteria.ListQAppsResponse.BuilderListQAppsResponse.Builder. apps(UserAppItem... apps)The list of Amazon Q Apps meeting the request criteria.static ListQAppsResponse.BuilderListQAppsResponse. builder()ListQAppsResponse.BuilderListQAppsResponse.Builder. nextToken(String nextToken)The token to use to request the next page of results.ListQAppsResponse.BuilderListQAppsResponse. toBuilder()Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type ListQAppsResponse.Builder Modifier and Type Method Description static Class<? extends ListQAppsResponse.Builder>ListQAppsResponse. serializableBuilderClass()
-