Uses of Class
software.amazon.awssdk.services.appflow.model.AuthParameter
-
Packages that use AuthParameter Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of AuthParameter in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type AuthParameter Modifier and Type Method Description List<AuthParameter>CustomAuthConfig. authParameters()Information about authentication parameters required for authentication.Methods in software.amazon.awssdk.services.appflow.model with parameters of type AuthParameter Modifier and Type Method Description CustomAuthConfig.BuilderCustomAuthConfig.Builder. authParameters(AuthParameter... authParameters)Information about authentication parameters required for authentication.Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type AuthParameter Modifier and Type Method Description CustomAuthConfig.BuilderCustomAuthConfig.Builder. authParameters(Collection<AuthParameter> authParameters)Information about authentication parameters required for authentication.
-