Uses of Class
software.amazon.awssdk.services.appflow.model.OAuth2Credentials
-
Packages that use OAuth2Credentials Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of OAuth2Credentials in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return OAuth2Credentials Modifier and Type Method Description OAuth2CredentialsCustomConnectorProfileCredentials. oauth2()The OAuth 2.0 credentials required for the authentication of the user.OAuth2CredentialsServiceNowConnectorProfileCredentials. oAuth2Credentials()The OAuth 2.0 credentials required to authenticate the user.Methods in software.amazon.awssdk.services.appflow.model with parameters of type OAuth2Credentials Modifier and Type Method Description CustomConnectorProfileCredentials.BuilderCustomConnectorProfileCredentials.Builder. oauth2(OAuth2Credentials oauth2)The OAuth 2.0 credentials required for the authentication of the user.ServiceNowConnectorProfileCredentials.BuilderServiceNowConnectorProfileCredentials.Builder. oAuth2Credentials(OAuth2Credentials oAuth2Credentials)The OAuth 2.0 credentials required to authenticate the user.
-