Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ClientVpnAuthenticationRequest |
ClientVpnAuthenticationRequest.clone() |
ClientVpnAuthenticationRequest |
ClientVpnAuthenticationRequest.withActiveDirectory(DirectoryServiceAuthenticationRequest activeDirectory)
Information about the Active Directory to be used, if applicable.
|
ClientVpnAuthenticationRequest |
ClientVpnAuthenticationRequest.withFederatedAuthentication(FederatedAuthenticationRequest federatedAuthentication)
Information about the IAM SAML identity provider to be used, if applicable.
|
ClientVpnAuthenticationRequest |
ClientVpnAuthenticationRequest.withMutualAuthentication(CertificateAuthenticationRequest mutualAuthentication)
Information about the authentication certificates to be used, if applicable.
|
ClientVpnAuthenticationRequest |
ClientVpnAuthenticationRequest.withType(ClientVpnAuthenticationType type)
The type of client authentication to be used.
|
ClientVpnAuthenticationRequest |
ClientVpnAuthenticationRequest.withType(String type)
The type of client authentication to be used.
|
Modifier and Type | Method and Description |
---|---|
List<ClientVpnAuthenticationRequest> |
CreateClientVpnEndpointRequest.getAuthenticationOptions()
Information about the authentication method to be used to authenticate clients.
|
Modifier and Type | Method and Description |
---|---|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withAuthenticationOptions(ClientVpnAuthenticationRequest... authenticationOptions)
Information about the authentication method to be used to authenticate clients.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateClientVpnEndpointRequest.setAuthenticationOptions(Collection<ClientVpnAuthenticationRequest> authenticationOptions)
Information about the authentication method to be used to authenticate clients.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withAuthenticationOptions(Collection<ClientVpnAuthenticationRequest> authenticationOptions)
Information about the authentication method to be used to authenticate clients.
|
Copyright © 2021. All rights reserved.