Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.CustomPluginSummary
-
Packages that use CustomPluginSummary Package Description software.amazon.awssdk.services.kafkaconnect.model software.amazon.awssdk.services.kafkaconnect.paginators -
-
Uses of CustomPluginSummary in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return types with arguments of type CustomPluginSummary Modifier and Type Method Description List<CustomPluginSummary>ListCustomPluginsResponse. customPlugins()An array of custom plugin descriptions.Methods in software.amazon.awssdk.services.kafkaconnect.model with parameters of type CustomPluginSummary Modifier and Type Method Description ListCustomPluginsResponse.BuilderListCustomPluginsResponse.Builder. customPlugins(CustomPluginSummary... customPlugins)An array of custom plugin descriptions.Method parameters in software.amazon.awssdk.services.kafkaconnect.model with type arguments of type CustomPluginSummary Modifier and Type Method Description ListCustomPluginsResponse.BuilderListCustomPluginsResponse.Builder. customPlugins(Collection<CustomPluginSummary> customPlugins)An array of custom plugin descriptions. -
Uses of CustomPluginSummary in software.amazon.awssdk.services.kafkaconnect.paginators
Methods in software.amazon.awssdk.services.kafkaconnect.paginators that return types with arguments of type CustomPluginSummary Modifier and Type Method Description SdkIterable<CustomPluginSummary>ListCustomPluginsIterable. customPlugins()Returns an iterable to iterate through the paginatedListCustomPluginsResponse.customPlugins()member.SdkPublisher<CustomPluginSummary>ListCustomPluginsPublisher. customPlugins()Returns a publisher that can be used to get a stream of data.
-