Uses of Class
software.amazon.awssdk.services.qbusiness.model.Plugin
-
Packages that use Plugin Package Description software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of Plugin in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type Plugin Modifier and Type Method Description List<Plugin>ListPluginsResponse. plugins()Information about a configured plugin.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type Plugin Modifier and Type Method Description ListPluginsResponse.BuilderListPluginsResponse.Builder. plugins(Plugin... plugins)Information about a configured plugin.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type Plugin Modifier and Type Method Description ListPluginsResponse.BuilderListPluginsResponse.Builder. plugins(Collection<Plugin> plugins)Information about a configured plugin. -
Uses of Plugin in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.paginators that return types with arguments of type Plugin Modifier and Type Method Description SdkIterable<Plugin>ListPluginsIterable. plugins()Returns an iterable to iterate through the paginatedListPluginsResponse.plugins()member.SdkPublisher<Plugin>ListPluginsPublisher. plugins()Returns a publisher that can be used to get a stream of data.
-