Uses of Class
software.amazon.awssdk.services.glue.model.OAuth2Credentials
-
Packages that use OAuth2Credentials Package Description software.amazon.awssdk.services.glue.model -
-
Uses of OAuth2Credentials in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return OAuth2Credentials Modifier and Type Method Description OAuth2CredentialsOAuth2PropertiesInput. oAuth2Credentials()The credentials used when the authentication type is OAuth2 authentication.Methods in software.amazon.awssdk.services.glue.model with parameters of type OAuth2Credentials Modifier and Type Method Description OAuth2PropertiesInput.BuilderOAuth2PropertiesInput.Builder. oAuth2Credentials(OAuth2Credentials oAuth2Credentials)The credentials used when the authentication type is OAuth2 authentication.
-