Uses of Class
software.amazon.awssdk.services.firehose.model.SnowflakeBufferingHints
-
Packages that use SnowflakeBufferingHints Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of SnowflakeBufferingHints in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return SnowflakeBufferingHints Modifier and Type Method Description SnowflakeBufferingHintsSnowflakeDestinationConfiguration. bufferingHints()Describes the buffering to perform before delivering data to the Snowflake destination.SnowflakeBufferingHintsSnowflakeDestinationDescription. bufferingHints()Describes the buffering to perform before delivering data to the Snowflake destination.SnowflakeBufferingHintsSnowflakeDestinationUpdate. bufferingHints()Describes the buffering to perform before delivering data to the Snowflake destination.Methods in software.amazon.awssdk.services.firehose.model with parameters of type SnowflakeBufferingHints Modifier and Type Method Description SnowflakeDestinationConfiguration.BuilderSnowflakeDestinationConfiguration.Builder. bufferingHints(SnowflakeBufferingHints bufferingHints)Describes the buffering to perform before delivering data to the Snowflake destination.SnowflakeDestinationDescription.BuilderSnowflakeDestinationDescription.Builder. bufferingHints(SnowflakeBufferingHints bufferingHints)Describes the buffering to perform before delivering data to the Snowflake destination.SnowflakeDestinationUpdate.BuilderSnowflakeDestinationUpdate.Builder. bufferingHints(SnowflakeBufferingHints bufferingHints)Describes the buffering to perform before delivering data to the Snowflake destination.
-