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