Uses of Class
software.amazon.awssdk.services.appflow.model.CustomAuthCredentials
-
Packages that use CustomAuthCredentials Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of CustomAuthCredentials in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return CustomAuthCredentials Modifier and Type Method Description CustomAuthCredentialsCustomConnectorProfileCredentials. custom()If the connector uses the custom authentication mechanism, this holds the required credentials.Methods in software.amazon.awssdk.services.appflow.model with parameters of type CustomAuthCredentials Modifier and Type Method Description CustomConnectorProfileCredentials.BuilderCustomConnectorProfileCredentials.Builder. custom(CustomAuthCredentials custom)If the connector uses the custom authentication mechanism, this holds the required credentials.
-