Uses of Interface
software.amazon.awssdk.services.glue.model.OAuth2Credentials.Builder
-
Packages that use OAuth2Credentials.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of OAuth2Credentials.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return OAuth2Credentials.Builder Modifier and Type Method Description OAuth2Credentials.BuilderOAuth2Credentials.Builder. accessToken(String accessToken)The access token used when the authentication type is OAuth2.static OAuth2Credentials.BuilderOAuth2Credentials. builder()OAuth2Credentials.BuilderOAuth2Credentials.Builder. jwtToken(String jwtToken)The JSON Web Token (JWT) used when the authentication type is OAuth2.OAuth2Credentials.BuilderOAuth2Credentials.Builder. refreshToken(String refreshToken)The refresh token used when the authentication type is OAuth2.OAuth2Credentials.BuilderOAuth2Credentials. toBuilder()OAuth2Credentials.BuilderOAuth2Credentials.Builder. userManagedClientApplicationClientSecret(String userManagedClientApplicationClientSecret)The client application client secret if the client application is user managed.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type OAuth2Credentials.Builder Modifier and Type Method Description static Class<? extends OAuth2Credentials.Builder>OAuth2Credentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type OAuth2Credentials.Builder Modifier and Type Method Description default OAuth2PropertiesInput.BuilderOAuth2PropertiesInput.Builder. oAuth2Credentials(Consumer<OAuth2Credentials.Builder> oAuth2Credentials)The credentials used when the authentication type is OAuth2 authentication.
-