Uses of Interface
net.snowflake.client.api.http.HttpHeadersCustomizer
-
Packages that use HttpHeadersCustomizer Package Description net.snowflake.client.api.datasource -
-
Uses of HttpHeadersCustomizer in net.snowflake.client.api.datasource
Method parameters in net.snowflake.client.api.datasource with type arguments of type HttpHeadersCustomizer Modifier and Type Method Description voidSnowflakeDataSource. setHttpHeadersCustomizers(List<HttpHeadersCustomizer> httpHeadersCustomizers)Sets custom HTTP header customizers.
-