Uses of Class
software.amazon.awssdk.services.qapps.model.UserAppItem
-
Packages that use UserAppItem Package Description software.amazon.awssdk.services.qapps.model software.amazon.awssdk.services.qapps.paginators -
-
Uses of UserAppItem in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type UserAppItem Modifier and Type Method Description List<UserAppItem>ListQAppsResponse. apps()The list of Amazon Q Apps meeting the request criteria.Methods in software.amazon.awssdk.services.qapps.model with parameters of type UserAppItem Modifier and Type Method Description ListQAppsResponse.BuilderListQAppsResponse.Builder. apps(UserAppItem... apps)The list of Amazon Q Apps meeting the request criteria.Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type UserAppItem Modifier and Type Method Description ListQAppsResponse.BuilderListQAppsResponse.Builder. apps(Collection<UserAppItem> apps)The list of Amazon Q Apps meeting the request criteria. -
Uses of UserAppItem in software.amazon.awssdk.services.qapps.paginators
Methods in software.amazon.awssdk.services.qapps.paginators that return types with arguments of type UserAppItem Modifier and Type Method Description SdkIterable<UserAppItem>ListQAppsIterable. apps()Returns an iterable to iterate through the paginatedListQAppsResponse.apps()member.SdkPublisher<UserAppItem>ListQAppsPublisher. apps()Returns a publisher that can be used to get a stream of data.
-