Uses of Class
software.amazon.awssdk.services.ec2.model.ClientVpnAuthentication
Packages that use ClientVpnAuthentication
-
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 ClientVpnAuthenticationModifier and TypeMethodDescriptionfinal 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 ClientVpnAuthenticationModifier and TypeMethodDescriptionClientVpnEndpoint.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 ClientVpnAuthenticationModifier and TypeMethodDescriptionClientVpnEndpoint.Builder.authenticationOptions(Collection<ClientVpnAuthentication> authenticationOptions) Information about the authentication method used by the Client VPN endpoint.