Uses of Class
software.amazon.awssdk.services.quicksight.model.AuthenticationType
-
Packages that use AuthenticationType Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AuthenticationType in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AuthenticationType Modifier and Type Method Description AuthenticationTypeSnowflakeParameters. authenticationType()The authentication type that you want to use for your connection.AuthenticationTypeStarburstParameters. authenticationType()The authentication type that you want to use for your connection.static AuthenticationTypeAuthenticationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthenticationTypeAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationType[]AuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AuthenticationType Modifier and Type Method Description static Set<AuthenticationType>AuthenticationType. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AuthenticationType Modifier and Type Method Description SnowflakeParameters.BuilderSnowflakeParameters.Builder. authenticationType(AuthenticationType authenticationType)The authentication type that you want to use for your connection.StarburstParameters.BuilderStarburstParameters.Builder. authenticationType(AuthenticationType authenticationType)The authentication type that you want to use for your connection.
-