Uses of Enum
software.amazon.awssdk.services.ec2.model.ClientVpnAuthenticationType
Packages that use ClientVpnAuthenticationType
-
Uses of ClientVpnAuthenticationType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ClientVpnAuthenticationTypeModifier and TypeMethodDescriptionstatic ClientVpnAuthenticationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.ClientVpnAuthentication.type()The authentication type used.ClientVpnAuthenticationRequest.type()The type of client authentication to be used.static ClientVpnAuthenticationTypeReturns the enum constant of this type with the specified name.static ClientVpnAuthenticationType[]ClientVpnAuthenticationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ClientVpnAuthenticationTypeModifier and TypeMethodDescriptionstatic Set<ClientVpnAuthenticationType>ClientVpnAuthenticationType.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type ClientVpnAuthenticationTypeModifier and TypeMethodDescriptionClientVpnAuthentication.Builder.type(ClientVpnAuthenticationType type) The authentication type used.ClientVpnAuthenticationRequest.Builder.type(ClientVpnAuthenticationType type) The type of client authentication to be used.