Uses of Class
software.amazon.awssdk.services.glue.model.OAuth2GrantType
-
Packages that use OAuth2GrantType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of OAuth2GrantType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return OAuth2GrantType Modifier and Type Method Description static OAuth2GrantTypeOAuth2GrantType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OAuth2GrantTypeOAuth2Properties. oAuth2GrantType()The OAuth2 grant type.OAuth2GrantTypeOAuth2PropertiesInput. oAuth2GrantType()The OAuth2 grant type in the CreateConnection request.static OAuth2GrantTypeOAuth2GrantType. valueOf(String name)Returns the enum constant of this type with the specified name.static OAuth2GrantType[]OAuth2GrantType. 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 OAuth2GrantType Modifier and Type Method Description static Set<OAuth2GrantType>OAuth2GrantType. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type OAuth2GrantType Modifier and Type Method Description OAuth2Properties.BuilderOAuth2Properties.Builder. oAuth2GrantType(OAuth2GrantType oAuth2GrantType)The OAuth2 grant type.OAuth2PropertiesInput.BuilderOAuth2PropertiesInput.Builder. oAuth2GrantType(OAuth2GrantType oAuth2GrantType)The OAuth2 grant type in the CreateConnection request.
-