Uses of Class
software.amazon.awssdk.services.workmail.model.IdentityProviderAuthenticationMode
-
Packages that use IdentityProviderAuthenticationMode Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of IdentityProviderAuthenticationMode in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return IdentityProviderAuthenticationMode Modifier and Type Method Description IdentityProviderAuthenticationModeDescribeIdentityProviderConfigurationResponse. authenticationMode()The authentication mode used in WorkMail.IdentityProviderAuthenticationModePutIdentityProviderConfigurationRequest. authenticationMode()The authentication mode used in WorkMail.static IdentityProviderAuthenticationModeIdentityProviderAuthenticationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static IdentityProviderAuthenticationModeIdentityProviderAuthenticationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentityProviderAuthenticationMode[]IdentityProviderAuthenticationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type IdentityProviderAuthenticationMode Modifier and Type Method Description static Set<IdentityProviderAuthenticationMode>IdentityProviderAuthenticationMode. knownValues()Methods in software.amazon.awssdk.services.workmail.model with parameters of type IdentityProviderAuthenticationMode Modifier and Type Method Description DescribeIdentityProviderConfigurationResponse.BuilderDescribeIdentityProviderConfigurationResponse.Builder. authenticationMode(IdentityProviderAuthenticationMode authenticationMode)The authentication mode used in WorkMail.PutIdentityProviderConfigurationRequest.BuilderPutIdentityProviderConfigurationRequest.Builder. authenticationMode(IdentityProviderAuthenticationMode authenticationMode)The authentication mode used in WorkMail.
-