Uses of Class
software.amazon.awssdk.services.ec2.model.ClientVpnConnection
Packages that use ClientVpnConnection
Package
Description
-
Uses of ClientVpnConnection in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ClientVpnConnectionModifier and TypeMethodDescriptionfinal List<ClientVpnConnection>DescribeClientVpnConnectionsResponse.connections()Information about the active and terminated client connections.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ClientVpnConnectionModifier and TypeMethodDescriptionDescribeClientVpnConnectionsResponse.Builder.connections(ClientVpnConnection... connections) Information about the active and terminated client connections.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ClientVpnConnectionModifier and TypeMethodDescriptionDescribeClientVpnConnectionsResponse.Builder.connections(Collection<ClientVpnConnection> connections) Information about the active and terminated client connections. -
Uses of ClientVpnConnection in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type ClientVpnConnectionModifier and TypeMethodDescriptionfinal SdkIterable<ClientVpnConnection>DescribeClientVpnConnectionsIterable.connections()Returns an iterable to iterate through the paginatedDescribeClientVpnConnectionsResponse.connections()member.final SdkPublisher<ClientVpnConnection>DescribeClientVpnConnectionsPublisher.connections()Returns a publisher that can be used to get a stream of data.