Uses of Interface
software.amazon.awssdk.services.glue.model.AuthorizationCodeProperties.Builder
-
Packages that use AuthorizationCodeProperties.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of AuthorizationCodeProperties.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return AuthorizationCodeProperties.Builder Modifier and Type Method Description AuthorizationCodeProperties.BuilderAuthorizationCodeProperties.Builder. authorizationCode(String authorizationCode)An authorization code to be used in the third leg of theAUTHORIZATION_CODEgrant workflow.static AuthorizationCodeProperties.BuilderAuthorizationCodeProperties. builder()AuthorizationCodeProperties.BuilderAuthorizationCodeProperties.Builder. redirectUri(String redirectUri)The redirect URI where the user gets redirected to by authorization server when issuing an authorization code.AuthorizationCodeProperties.BuilderAuthorizationCodeProperties. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type AuthorizationCodeProperties.Builder Modifier and Type Method Description static Class<? extends AuthorizationCodeProperties.Builder>AuthorizationCodeProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type AuthorizationCodeProperties.Builder Modifier and Type Method Description default OAuth2PropertiesInput.BuilderOAuth2PropertiesInput.Builder. authorizationCodeProperties(Consumer<AuthorizationCodeProperties.Builder> authorizationCodeProperties)The set of properties required for the the OAuth2AUTHORIZATION_CODEgrant type.
-