Uses of Interface
software.amazon.awssdk.services.appflow.model.SAPODataConnectorProfileCredentials.Builder
-
Packages that use SAPODataConnectorProfileCredentials.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of SAPODataConnectorProfileCredentials.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return SAPODataConnectorProfileCredentials.Builder Modifier and Type Method Description default SAPODataConnectorProfileCredentials.BuilderSAPODataConnectorProfileCredentials.Builder. basicAuthCredentials(Consumer<BasicAuthCredentials.Builder> basicAuthCredentials)The SAPOData basic authentication credentials.SAPODataConnectorProfileCredentials.BuilderSAPODataConnectorProfileCredentials.Builder. basicAuthCredentials(BasicAuthCredentials basicAuthCredentials)The SAPOData basic authentication credentials.static SAPODataConnectorProfileCredentials.BuilderSAPODataConnectorProfileCredentials. builder()default SAPODataConnectorProfileCredentials.BuilderSAPODataConnectorProfileCredentials.Builder. oAuthCredentials(Consumer<OAuthCredentials.Builder> oAuthCredentials)The SAPOData OAuth type authentication credentials.SAPODataConnectorProfileCredentials.BuilderSAPODataConnectorProfileCredentials.Builder. oAuthCredentials(OAuthCredentials oAuthCredentials)The SAPOData OAuth type authentication credentials.SAPODataConnectorProfileCredentials.BuilderSAPODataConnectorProfileCredentials. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type SAPODataConnectorProfileCredentials.Builder Modifier and Type Method Description static Class<? extends SAPODataConnectorProfileCredentials.Builder>SAPODataConnectorProfileCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type SAPODataConnectorProfileCredentials.Builder Modifier and Type Method Description default ConnectorProfileCredentials.BuilderConnectorProfileCredentials.Builder. sapoData(Consumer<SAPODataConnectorProfileCredentials.Builder> sapoData)Sets the value of the SAPOData property for this object.
-