Uses of Class
software.amazon.awssdk.services.kafka.model.ClientVpcConnection
-
Packages that use ClientVpcConnection Package Description software.amazon.awssdk.services.kafka.model software.amazon.awssdk.services.kafka.paginators -
-
Uses of ClientVpcConnection in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type ClientVpcConnection Modifier and Type Method Description List<ClientVpcConnection>ListClientVpcConnectionsResponse. clientVpcConnections()List of client VPC connections.Methods in software.amazon.awssdk.services.kafka.model with parameters of type ClientVpcConnection Modifier and Type Method Description ListClientVpcConnectionsResponse.BuilderListClientVpcConnectionsResponse.Builder. clientVpcConnections(ClientVpcConnection... clientVpcConnections)List of client VPC connections.Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type ClientVpcConnection Modifier and Type Method Description ListClientVpcConnectionsResponse.BuilderListClientVpcConnectionsResponse.Builder. clientVpcConnections(Collection<ClientVpcConnection> clientVpcConnections)List of client VPC connections. -
Uses of ClientVpcConnection in software.amazon.awssdk.services.kafka.paginators
Methods in software.amazon.awssdk.services.kafka.paginators that return types with arguments of type ClientVpcConnection Modifier and Type Method Description SdkIterable<ClientVpcConnection>ListClientVpcConnectionsIterable. clientVpcConnections()Returns an iterable to iterate through the paginatedListClientVpcConnectionsResponse.clientVpcConnections()member.SdkPublisher<ClientVpcConnection>ListClientVpcConnectionsPublisher. clientVpcConnections()Returns a publisher that can be used to get a stream of data.
-