Uses of Class
software.amazon.awssdk.services.ec2.model.ClientVpnEndpoint
Packages that use ClientVpnEndpoint
Package
Description
-
Uses of ClientVpnEndpoint in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ClientVpnEndpointModifier and TypeMethodDescriptionfinal List<ClientVpnEndpoint>DescribeClientVpnEndpointsResponse.clientVpnEndpoints()Information about the Client VPN endpoints.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ClientVpnEndpointModifier and TypeMethodDescriptionDescribeClientVpnEndpointsResponse.Builder.clientVpnEndpoints(ClientVpnEndpoint... clientVpnEndpoints) Information about the Client VPN endpoints.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ClientVpnEndpointModifier and TypeMethodDescriptionDescribeClientVpnEndpointsResponse.Builder.clientVpnEndpoints(Collection<ClientVpnEndpoint> clientVpnEndpoints) Information about the Client VPN endpoints. -
Uses of ClientVpnEndpoint in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type ClientVpnEndpointModifier and TypeMethodDescriptionfinal SdkIterable<ClientVpnEndpoint>DescribeClientVpnEndpointsIterable.clientVpnEndpoints()Returns an iterable to iterate through the paginatedDescribeClientVpnEndpointsResponse.clientVpnEndpoints()member.final SdkPublisher<ClientVpnEndpoint>DescribeClientVpnEndpointsPublisher.clientVpnEndpoints()Returns a publisher that can be used to get a stream of data.