Uses of Class
software.amazon.awssdk.services.glue.model.OAuth2ClientApplication
-
Packages that use OAuth2ClientApplication Package Description software.amazon.awssdk.services.glue.model -
-
Uses of OAuth2ClientApplication in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return OAuth2ClientApplication Modifier and Type Method Description OAuth2ClientApplicationOAuth2Properties. oAuth2ClientApplication()The client application type.OAuth2ClientApplicationOAuth2PropertiesInput. oAuth2ClientApplication()The client application type in the CreateConnection request.Methods in software.amazon.awssdk.services.glue.model with parameters of type OAuth2ClientApplication Modifier and Type Method Description OAuth2Properties.BuilderOAuth2Properties.Builder. oAuth2ClientApplication(OAuth2ClientApplication oAuth2ClientApplication)The client application type.OAuth2PropertiesInput.BuilderOAuth2PropertiesInput.Builder. oAuth2ClientApplication(OAuth2ClientApplication oAuth2ClientApplication)The client application type in the CreateConnection request.
-