Uses of Interface
software.amazon.awssdk.services.appflow.model.CustomAuthConfig.Builder
-
Packages that use CustomAuthConfig.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of CustomAuthConfig.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return CustomAuthConfig.Builder Modifier and Type Method Description CustomAuthConfig.BuilderCustomAuthConfig.Builder. authParameters(Collection<AuthParameter> authParameters)Information about authentication parameters required for authentication.CustomAuthConfig.BuilderCustomAuthConfig.Builder. authParameters(Consumer<AuthParameter.Builder>... authParameters)Information about authentication parameters required for authentication.CustomAuthConfig.BuilderCustomAuthConfig.Builder. authParameters(AuthParameter... authParameters)Information about authentication parameters required for authentication.static CustomAuthConfig.BuilderCustomAuthConfig. builder()CustomAuthConfig.BuilderCustomAuthConfig.Builder. customAuthenticationType(String customAuthenticationType)The authentication type that the custom connector uses.CustomAuthConfig.BuilderCustomAuthConfig. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type CustomAuthConfig.Builder Modifier and Type Method Description static Class<? extends CustomAuthConfig.Builder>CustomAuthConfig. serializableBuilderClass()
-