Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.ListCustomPluginsResponse
-
Packages that use ListCustomPluginsResponse Package Description software.amazon.awssdk.services.kafkaconnect software.amazon.awssdk.services.kafkaconnect.paginators -
-
Uses of ListCustomPluginsResponse in software.amazon.awssdk.services.kafkaconnect
Methods in software.amazon.awssdk.services.kafkaconnect that return ListCustomPluginsResponse Modifier and Type Method Description default ListCustomPluginsResponseKafkaConnectClient. listCustomPlugins(Consumer<ListCustomPluginsRequest.Builder> listCustomPluginsRequest)Returns a list of all of the custom plugins in this account and Region.default ListCustomPluginsResponseKafkaConnectClient. listCustomPlugins(ListCustomPluginsRequest listCustomPluginsRequest)Returns a list of all of the custom plugins in this account and Region.Methods in software.amazon.awssdk.services.kafkaconnect that return types with arguments of type ListCustomPluginsResponse Modifier and Type Method Description default CompletableFuture<ListCustomPluginsResponse>KafkaConnectAsyncClient. listCustomPlugins(Consumer<ListCustomPluginsRequest.Builder> listCustomPluginsRequest)Returns a list of all of the custom plugins in this account and Region.default CompletableFuture<ListCustomPluginsResponse>KafkaConnectAsyncClient. listCustomPlugins(ListCustomPluginsRequest listCustomPluginsRequest)Returns a list of all of the custom plugins in this account and Region. -
Uses of ListCustomPluginsResponse in software.amazon.awssdk.services.kafkaconnect.paginators
Methods in software.amazon.awssdk.services.kafkaconnect.paginators that return types with arguments of type ListCustomPluginsResponse Modifier and Type Method Description Iterator<ListCustomPluginsResponse>ListCustomPluginsIterable. iterator()Method parameters in software.amazon.awssdk.services.kafkaconnect.paginators with type arguments of type ListCustomPluginsResponse Modifier and Type Method Description voidListCustomPluginsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCustomPluginsResponse> subscriber)
-