Uses of Class
software.amazon.awssdk.services.kafka.model.ListVpcConnectionsResponse
-
Packages that use ListVpcConnectionsResponse Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster.software.amazon.awssdk.services.kafka.paginators -
-
Uses of ListVpcConnectionsResponse in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka that return ListVpcConnectionsResponse Modifier and Type Method Description default ListVpcConnectionsResponseKafkaClient. listVpcConnections(Consumer<ListVpcConnectionsRequest.Builder> listVpcConnectionsRequest)Returns a list of all the VPC connections in this Region.default ListVpcConnectionsResponseKafkaClient. listVpcConnections(ListVpcConnectionsRequest listVpcConnectionsRequest)Returns a list of all the VPC connections in this Region.Methods in software.amazon.awssdk.services.kafka that return types with arguments of type ListVpcConnectionsResponse Modifier and Type Method Description default CompletableFuture<ListVpcConnectionsResponse>KafkaAsyncClient. listVpcConnections(Consumer<ListVpcConnectionsRequest.Builder> listVpcConnectionsRequest)Returns a list of all the VPC connections in this Region.default CompletableFuture<ListVpcConnectionsResponse>KafkaAsyncClient. listVpcConnections(ListVpcConnectionsRequest listVpcConnectionsRequest)Returns a list of all the VPC connections in this Region. -
Uses of ListVpcConnectionsResponse in software.amazon.awssdk.services.kafka.paginators
Methods in software.amazon.awssdk.services.kafka.paginators that return types with arguments of type ListVpcConnectionsResponse Modifier and Type Method Description Iterator<ListVpcConnectionsResponse>ListVpcConnectionsIterable. iterator()Method parameters in software.amazon.awssdk.services.kafka.paginators with type arguments of type ListVpcConnectionsResponse Modifier and Type Method Description voidListVpcConnectionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListVpcConnectionsResponse> subscriber)
-