Uses of Class
software.amazon.awssdk.services.ec2.model.ClientVpnAuthentication
-
Packages that use ClientVpnAuthentication Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ClientVpnAuthentication in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ClientVpnAuthentication Modifier and Type Method Description List<ClientVpnAuthentication>ClientVpnEndpoint. authenticationOptions()Information about the authentication method used by the Client VPN endpoint.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ClientVpnAuthentication Modifier and Type Method Description ClientVpnEndpoint.BuilderClientVpnEndpoint.Builder. authenticationOptions(ClientVpnAuthentication... authenticationOptions)Information about the authentication method used by the Client VPN endpoint.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ClientVpnAuthentication Modifier and Type Method Description ClientVpnEndpoint.BuilderClientVpnEndpoint.Builder. authenticationOptions(Collection<ClientVpnAuthentication> authenticationOptions)Information about the authentication method used by the Client VPN endpoint.
-