Uses of Class
software.amazon.awssdk.services.ec2.model.ClientVpnAuthenticationRequest
Packages that use ClientVpnAuthenticationRequest
-
Uses of ClientVpnAuthenticationRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ClientVpnAuthenticationRequestModifier and TypeMethodDescriptionCreateClientVpnEndpointRequest.authenticationOptions()Information about the authentication method to be used to authenticate clients.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ClientVpnAuthenticationRequestModifier and TypeMethodDescriptionCreateClientVpnEndpointRequest.Builder.authenticationOptions(ClientVpnAuthenticationRequest... authenticationOptions) Information about the authentication method to be used to authenticate clients.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ClientVpnAuthenticationRequestModifier and TypeMethodDescriptionCreateClientVpnEndpointRequest.Builder.authenticationOptions(Collection<ClientVpnAuthenticationRequest> authenticationOptions) Information about the authentication method to be used to authenticate clients.