Uses of Class
software.amazon.awssdk.services.directory.model.ClientAuthenticationType
-
Packages that use ClientAuthenticationType Package Description software.amazon.awssdk.services.directory.model -
-
Uses of ClientAuthenticationType in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return ClientAuthenticationType Modifier and Type Method Description static ClientAuthenticationTypeClientAuthenticationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ClientAuthenticationTypeClientAuthenticationSettingInfo. type()The type of client authentication for the specified directory.ClientAuthenticationTypeDescribeClientAuthenticationSettingsRequest. type()The type of client authentication for which to retrieve information.ClientAuthenticationTypeDisableClientAuthenticationRequest. type()The type of client authentication to disable.ClientAuthenticationTypeEnableClientAuthenticationRequest. type()The type of client authentication to enable.static ClientAuthenticationTypeClientAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientAuthenticationType[]ClientAuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type ClientAuthenticationType Modifier and Type Method Description static Set<ClientAuthenticationType>ClientAuthenticationType. knownValues()Methods in software.amazon.awssdk.services.directory.model with parameters of type ClientAuthenticationType Modifier and Type Method Description ClientAuthenticationSettingInfo.BuilderClientAuthenticationSettingInfo.Builder. type(ClientAuthenticationType type)The type of client authentication for the specified directory.DescribeClientAuthenticationSettingsRequest.BuilderDescribeClientAuthenticationSettingsRequest.Builder. type(ClientAuthenticationType type)The type of client authentication for which to retrieve information.DisableClientAuthenticationRequest.BuilderDisableClientAuthenticationRequest.Builder. type(ClientAuthenticationType type)The type of client authentication to disable.EnableClientAuthenticationRequest.BuilderEnableClientAuthenticationRequest.Builder. type(ClientAuthenticationType type)The type of client authentication to enable.
-