Uses of Class
software.amazon.awssdk.services.glue.model.AuthenticationType
-
Packages that use AuthenticationType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of AuthenticationType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return AuthenticationType Modifier and Type Method Description AuthenticationTypeAuthenticationConfiguration. authenticationType()A structure containing the authentication configuration.AuthenticationTypeAuthenticationConfigurationInput. authenticationType()A structure containing the authentication configuration in the CreateConnection request.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.glue.model that return types with arguments of type AuthenticationType Modifier and Type Method Description static Set<AuthenticationType>AuthenticationType. knownValues()List<AuthenticationType>Capabilities. supportedAuthenticationTypes()A list of supported authentication types.List<AuthenticationType>ComputeEnvironmentConfiguration. supportedAuthenticationTypes()The supported authentication types for the compute environment.Methods in software.amazon.awssdk.services.glue.model with parameters of type AuthenticationType Modifier and Type Method Description AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. authenticationType(AuthenticationType authenticationType)A structure containing the authentication configuration.AuthenticationConfigurationInput.BuilderAuthenticationConfigurationInput.Builder. authenticationType(AuthenticationType authenticationType)A structure containing the authentication configuration in the CreateConnection request.Capabilities.BuilderCapabilities.Builder. supportedAuthenticationTypes(AuthenticationType... supportedAuthenticationTypes)A list of supported authentication types.ComputeEnvironmentConfiguration.BuilderComputeEnvironmentConfiguration.Builder. supportedAuthenticationTypes(AuthenticationType... supportedAuthenticationTypes)The supported authentication types for the compute environment.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type AuthenticationType Modifier and Type Method Description Capabilities.BuilderCapabilities.Builder. supportedAuthenticationTypes(Collection<AuthenticationType> supportedAuthenticationTypes)A list of supported authentication types.ComputeEnvironmentConfiguration.BuilderComputeEnvironmentConfiguration.Builder. supportedAuthenticationTypes(Collection<AuthenticationType> supportedAuthenticationTypes)The supported authentication types for the compute environment.
-