Uses of Interface
software.amazon.awssdk.services.ec2.model.ClientVpnAuthenticationRequest.Builder
Packages that use ClientVpnAuthenticationRequest.Builder
-
Uses of ClientVpnAuthenticationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ClientVpnAuthenticationRequest.BuilderModifier and TypeMethodDescriptionClientVpnAuthenticationRequest.Builder.activeDirectory(Consumer<DirectoryServiceAuthenticationRequest.Builder> activeDirectory) Information about the Active Directory to be used, if applicable.ClientVpnAuthenticationRequest.Builder.activeDirectory(DirectoryServiceAuthenticationRequest activeDirectory) Information about the Active Directory to be used, if applicable.ClientVpnAuthenticationRequest.builder()ClientVpnAuthenticationRequest.Builder.federatedAuthentication(Consumer<FederatedAuthenticationRequest.Builder> federatedAuthentication) Information about the IAM SAML identity provider to be used, if applicable.ClientVpnAuthenticationRequest.Builder.federatedAuthentication(FederatedAuthenticationRequest federatedAuthentication) Information about the IAM SAML identity provider to be used, if applicable.ClientVpnAuthenticationRequest.Builder.mutualAuthentication(Consumer<CertificateAuthenticationRequest.Builder> mutualAuthentication) Information about the authentication certificates to be used, if applicable.ClientVpnAuthenticationRequest.Builder.mutualAuthentication(CertificateAuthenticationRequest mutualAuthentication) Information about the authentication certificates to be used, if applicable.ClientVpnAuthenticationRequest.toBuilder()The type of client authentication to be used.ClientVpnAuthenticationRequest.Builder.type(ClientVpnAuthenticationType type) The type of client authentication to be used.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ClientVpnAuthenticationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ClientVpnAuthenticationRequest.Builder>ClientVpnAuthenticationRequest.serializableBuilderClass()