Uses of Interface
software.amazon.awssdk.services.glue.model.OAuth2Properties.Builder
-
Packages that use OAuth2Properties.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of OAuth2Properties.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return OAuth2Properties.Builder Modifier and Type Method Description static OAuth2Properties.BuilderOAuth2Properties. builder()default OAuth2Properties.BuilderOAuth2Properties.Builder. oAuth2ClientApplication(Consumer<OAuth2ClientApplication.Builder> oAuth2ClientApplication)The client application type.OAuth2Properties.BuilderOAuth2Properties.Builder. oAuth2ClientApplication(OAuth2ClientApplication oAuth2ClientApplication)The client application type.OAuth2Properties.BuilderOAuth2Properties.Builder. oAuth2GrantType(String oAuth2GrantType)The OAuth2 grant type.OAuth2Properties.BuilderOAuth2Properties.Builder. oAuth2GrantType(OAuth2GrantType oAuth2GrantType)The OAuth2 grant type.OAuth2Properties.BuilderOAuth2Properties. toBuilder()OAuth2Properties.BuilderOAuth2Properties.Builder. tokenUrl(String tokenUrl)The URL of the provider's authentication server, to exchange an authorization code for an access token.OAuth2Properties.BuilderOAuth2Properties.Builder. tokenUrlParametersMap(Map<String,String> tokenUrlParametersMap)A map of parameters that are added to the tokenGETrequest.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type OAuth2Properties.Builder Modifier and Type Method Description static Class<? extends OAuth2Properties.Builder>OAuth2Properties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type OAuth2Properties.Builder Modifier and Type Method Description default AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. oAuth2Properties(Consumer<OAuth2Properties.Builder> oAuth2Properties)The properties for OAuth2 authentication.
-