Uses of Class
software.amazon.awssdk.services.kafka.model.VpcConnection
-
Packages that use VpcConnection Package Description software.amazon.awssdk.services.kafka.model software.amazon.awssdk.services.kafka.paginators -
-
Uses of VpcConnection in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type VpcConnection Modifier and Type Method Description List<VpcConnection>ListVpcConnectionsResponse. vpcConnections()List of VPC connections.Methods in software.amazon.awssdk.services.kafka.model with parameters of type VpcConnection Modifier and Type Method Description ListVpcConnectionsResponse.BuilderListVpcConnectionsResponse.Builder. vpcConnections(VpcConnection... vpcConnections)List of VPC connections.Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type VpcConnection Modifier and Type Method Description ListVpcConnectionsResponse.BuilderListVpcConnectionsResponse.Builder. vpcConnections(Collection<VpcConnection> vpcConnections)List of VPC connections. -
Uses of VpcConnection in software.amazon.awssdk.services.kafka.paginators
Methods in software.amazon.awssdk.services.kafka.paginators that return types with arguments of type VpcConnection Modifier and Type Method Description SdkIterable<VpcConnection>ListVpcConnectionsIterable. vpcConnections()Returns an iterable to iterate through the paginatedListVpcConnectionsResponse.vpcConnections()member.SdkPublisher<VpcConnection>ListVpcConnectionsPublisher. vpcConnections()Returns a publisher that can be used to get a stream of data.
-