Uses of Class
software.amazon.awssdk.services.appflow.model.CustomAuthConfig
-
Packages that use CustomAuthConfig Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of CustomAuthConfig in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type CustomAuthConfig Modifier and Type Method Description List<CustomAuthConfig>AuthenticationConfig. customAuthConfigs()Contains information required for custom authentication.Methods in software.amazon.awssdk.services.appflow.model with parameters of type CustomAuthConfig Modifier and Type Method Description AuthenticationConfig.BuilderAuthenticationConfig.Builder. customAuthConfigs(CustomAuthConfig... customAuthConfigs)Contains information required for custom authentication.Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type CustomAuthConfig Modifier and Type Method Description AuthenticationConfig.BuilderAuthenticationConfig.Builder. customAuthConfigs(Collection<CustomAuthConfig> customAuthConfigs)Contains information required for custom authentication.
-