Uses of Interface
software.amazon.awssdk.services.appflow.model.BasicAuthCredentials.Builder
-
Packages that use BasicAuthCredentials.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of BasicAuthCredentials.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return BasicAuthCredentials.Builder Modifier and Type Method Description static BasicAuthCredentials.BuilderBasicAuthCredentials. builder()BasicAuthCredentials.BuilderBasicAuthCredentials.Builder. password(String password)The password to use to connect to a resource.BasicAuthCredentials.BuilderBasicAuthCredentials. toBuilder()BasicAuthCredentials.BuilderBasicAuthCredentials.Builder. username(String username)The username to use to connect to a resource.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type BasicAuthCredentials.Builder Modifier and Type Method Description static Class<? extends BasicAuthCredentials.Builder>BasicAuthCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type BasicAuthCredentials.Builder Modifier and Type Method Description default CustomConnectorProfileCredentials.BuilderCustomConnectorProfileCredentials.Builder. basic(Consumer<BasicAuthCredentials.Builder> basic)The basic credentials that are required for the authentication of the user.default SAPODataConnectorProfileCredentials.BuilderSAPODataConnectorProfileCredentials.Builder. basicAuthCredentials(Consumer<BasicAuthCredentials.Builder> basicAuthCredentials)The SAPOData basic authentication credentials.
-