Uses of Class
software.amazon.awssdk.services.appflow.model.BasicAuthCredentials
-
Packages that use BasicAuthCredentials Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of BasicAuthCredentials in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return BasicAuthCredentials Modifier and Type Method Description BasicAuthCredentialsCustomConnectorProfileCredentials. basic()The basic credentials that are required for the authentication of the user.BasicAuthCredentialsSAPODataConnectorProfileCredentials. basicAuthCredentials()The SAPOData basic authentication credentials.Methods in software.amazon.awssdk.services.appflow.model with parameters of type BasicAuthCredentials Modifier and Type Method Description CustomConnectorProfileCredentials.BuilderCustomConnectorProfileCredentials.Builder. basic(BasicAuthCredentials basic)The basic credentials that are required for the authentication of the user.SAPODataConnectorProfileCredentials.BuilderSAPODataConnectorProfileCredentials.Builder. basicAuthCredentials(BasicAuthCredentials basicAuthCredentials)The SAPOData basic authentication credentials.
-