Uses of Class
net.snowflake.ingest.streaming.DropChannelRequest
-
Packages that use DropChannelRequest Package Description net.snowflake.ingest.streaming net.snowflake.ingest.streaming.internal -
-
Uses of DropChannelRequest in net.snowflake.ingest.streaming
Methods in net.snowflake.ingest.streaming that return DropChannelRequest Modifier and Type Method Description DropChannelRequest
DropChannelRequest.DropChannelRequestBuilder. build()
Methods in net.snowflake.ingest.streaming with parameters of type DropChannelRequest Modifier and Type Method Description void
SnowflakeStreamingIngestClient. dropChannel(DropChannelRequest request)
Drop the specified channel on the server using aDropChannelRequest
-
Uses of DropChannelRequest in net.snowflake.ingest.streaming.internal
Methods in net.snowflake.ingest.streaming.internal with parameters of type DropChannelRequest Modifier and Type Method Description void
SnowflakeStreamingIngestClientInternal. dropChannel(DropChannelRequest request)
-