Uses of Interface
software.amazon.awssdk.services.appflow.model.CustomAuthCredentials.Builder
-
Packages that use CustomAuthCredentials.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of CustomAuthCredentials.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return CustomAuthCredentials.Builder Modifier and Type Method Description static CustomAuthCredentials.BuilderCustomAuthCredentials. builder()CustomAuthCredentials.BuilderCustomAuthCredentials.Builder. credentialsMap(Map<String,String> credentialsMap)A map that holds custom authentication credentials.CustomAuthCredentials.BuilderCustomAuthCredentials.Builder. customAuthenticationType(String customAuthenticationType)The custom authentication type that the connector uses.CustomAuthCredentials.BuilderCustomAuthCredentials. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type CustomAuthCredentials.Builder Modifier and Type Method Description static Class<? extends CustomAuthCredentials.Builder>CustomAuthCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type CustomAuthCredentials.Builder Modifier and Type Method Description default CustomConnectorProfileCredentials.BuilderCustomConnectorProfileCredentials.Builder. custom(Consumer<CustomAuthCredentials.Builder> custom)If the connector uses the custom authentication mechanism, this holds the required credentials.
-