Uses of Class
net.snowflake.ingest.streaming.internal.StreamingIngestResponseCode
-
Packages that use StreamingIngestResponseCode Package Description net.snowflake.ingest.streaming.internal -
-
Uses of StreamingIngestResponseCode in net.snowflake.ingest.streaming.internal
Methods in net.snowflake.ingest.streaming.internal that return StreamingIngestResponseCode Modifier and Type Method Description static StreamingIngestResponseCodeStreamingIngestResponseCode. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamingIngestResponseCode[]StreamingIngestResponseCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-