Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ClientVpnAuthentication |
ClientVpnAuthentication.clone() |
ClientVpnAuthentication |
ClientVpnAuthentication.withActiveDirectory(DirectoryServiceAuthentication activeDirectory)
Information about the Active Directory, if applicable.
|
ClientVpnAuthentication |
ClientVpnAuthentication.withFederatedAuthentication(FederatedAuthentication federatedAuthentication)
Information about the IAM SAML identity provider, if applicable.
|
ClientVpnAuthentication |
ClientVpnAuthentication.withMutualAuthentication(CertificateAuthentication mutualAuthentication)
Information about the authentication certificates, if applicable.
|
ClientVpnAuthentication |
ClientVpnAuthentication.withType(ClientVpnAuthenticationType type)
The authentication type used.
|
ClientVpnAuthentication |
ClientVpnAuthentication.withType(String type)
The authentication type used.
|
Modifier and Type | Method and Description |
---|---|
List<ClientVpnAuthentication> |
ClientVpnEndpoint.getAuthenticationOptions()
Information about the authentication method used by the Client VPN endpoint.
|
Modifier and Type | Method and Description |
---|---|
ClientVpnEndpoint |
ClientVpnEndpoint.withAuthenticationOptions(ClientVpnAuthentication... authenticationOptions)
Information about the authentication method used by the Client VPN endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientVpnEndpoint.setAuthenticationOptions(Collection<ClientVpnAuthentication> authenticationOptions)
Information about the authentication method used by the Client VPN endpoint.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withAuthenticationOptions(Collection<ClientVpnAuthentication> authenticationOptions)
Information about the authentication method used by the Client VPN endpoint.
|
Copyright © 2023. All rights reserved.