Uses of Class
software.amazon.awssdk.services.glue.model.ConnectorOAuth2GrantType
-
Packages that use ConnectorOAuth2GrantType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ConnectorOAuth2GrantType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ConnectorOAuth2GrantType Modifier and Type Method Description static ConnectorOAuth2GrantTypeConnectorOAuth2GrantType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ConnectorOAuth2GrantTypeConnectorOAuth2Properties. oAuth2GrantType()The OAuth2 grant type to use for authentication, such as CLIENT_CREDENTIALS, JWT_BEARER, or AUTHORIZATION_CODE.static ConnectorOAuth2GrantTypeConnectorOAuth2GrantType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectorOAuth2GrantType[]ConnectorOAuth2GrantType. 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 ConnectorOAuth2GrantType Modifier and Type Method Description static Set<ConnectorOAuth2GrantType>ConnectorOAuth2GrantType. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type ConnectorOAuth2GrantType Modifier and Type Method Description ConnectorOAuth2Properties.BuilderConnectorOAuth2Properties.Builder. oAuth2GrantType(ConnectorOAuth2GrantType oAuth2GrantType)The OAuth2 grant type to use for authentication, such as CLIENT_CREDENTIALS, JWT_BEARER, or AUTHORIZATION_CODE.
-