Uses of Class
software.amazon.awssdk.services.appflow.model.OAuth2CustomParameter
-
Packages that use OAuth2CustomParameter Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of OAuth2CustomParameter in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type OAuth2CustomParameter Modifier and Type Method Description List<OAuth2CustomParameter>OAuth2Defaults. oauth2CustomProperties()List of custom parameters required for OAuth 2.0 authentication.Methods in software.amazon.awssdk.services.appflow.model with parameters of type OAuth2CustomParameter Modifier and Type Method Description OAuth2Defaults.BuilderOAuth2Defaults.Builder. oauth2CustomProperties(OAuth2CustomParameter... oauth2CustomProperties)List of custom parameters required for OAuth 2.0 authentication.Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type OAuth2CustomParameter Modifier and Type Method Description OAuth2Defaults.BuilderOAuth2Defaults.Builder. oauth2CustomProperties(Collection<OAuth2CustomParameter> oauth2CustomProperties)List of custom parameters required for OAuth 2.0 authentication.
-