Uses of Class
software.amazon.awssdk.services.ec2.model.ClientVpnAuthenticationRequest
-
Packages that use ClientVpnAuthenticationRequest Package Description software.amazon.awssdk.services.ec2.model -
-
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 ClientVpnAuthenticationRequest Modifier and Type Method Description List<ClientVpnAuthenticationRequest>CreateClientVpnEndpointRequest. authenticationOptions()Information about the authentication method to be used to authenticate clients.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ClientVpnAuthenticationRequest Modifier and Type Method Description CreateClientVpnEndpointRequest.BuilderCreateClientVpnEndpointRequest.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 ClientVpnAuthenticationRequest Modifier and Type Method Description CreateClientVpnEndpointRequest.BuilderCreateClientVpnEndpointRequest.Builder. authenticationOptions(Collection<ClientVpnAuthenticationRequest> authenticationOptions)Information about the authentication method to be used to authenticate clients.
-