Uses of Class
net.snowflake.ingest.connection.ServiceResponseHandler.ApiName
-
Packages that use ServiceResponseHandler.ApiName Package Description net.snowflake.ingest.connection -
-
Uses of ServiceResponseHandler.ApiName in net.snowflake.ingest.connection
Methods in net.snowflake.ingest.connection that return ServiceResponseHandler.ApiName Modifier and Type Method Description static ServiceResponseHandler.ApiName
ServiceResponseHandler.ApiName. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceResponseHandler.ApiName[]
ServiceResponseHandler.ApiName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.snowflake.ingest.connection with parameters of type ServiceResponseHandler.ApiName Modifier and Type Method Description static <T> T
ServiceResponseHandler. unmarshallStreamingIngestResponse(net.snowflake.client.jdbc.internal.apache.http.HttpResponse response, Class<T> valueType, ServiceResponseHandler.ApiName apiName, net.snowflake.client.jdbc.internal.apache.http.impl.client.CloseableHttpClient httpClient, net.snowflake.client.jdbc.internal.apache.http.client.methods.HttpUriRequest request, RequestBuilder requestBuilder)
unmarshallStreamingIngestResponse Given an HttpResponse object - attempts to deserialize it into an Object based on input type
-