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 DropChannelRequestDropChannelRequest.DropChannelRequestBuilder. build()Methods in net.snowflake.ingest.streaming with parameters of type DropChannelRequest Modifier and Type Method Description voidSnowflakeStreamingIngestClient. 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 voidSnowflakeStreamingIngestClientInternal. dropChannel(DropChannelRequest request)
-