Uses of Class
software.amazon.awssdk.services.firehose.model.SnowflakeRetryOptions
-
Packages that use SnowflakeRetryOptions Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of SnowflakeRetryOptions in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return SnowflakeRetryOptions Modifier and Type Method Description SnowflakeRetryOptionsSnowflakeDestinationConfiguration. retryOptions()The time period where Kinesis Data Firehose will retry sending data to the chosen HTTP endpoint.SnowflakeRetryOptionsSnowflakeDestinationDescription. retryOptions()The time period where Kinesis Data Firehose will retry sending data to the chosen HTTP endpoint.SnowflakeRetryOptionsSnowflakeDestinationUpdate. retryOptions()Specify how long Kinesis Data Firehose retries sending data to the New Relic HTTP endpoint.Methods in software.amazon.awssdk.services.firehose.model with parameters of type SnowflakeRetryOptions Modifier and Type Method Description SnowflakeDestinationConfiguration.BuilderSnowflakeDestinationConfiguration.Builder. retryOptions(SnowflakeRetryOptions retryOptions)The time period where Kinesis Data Firehose will retry sending data to the chosen HTTP endpoint.SnowflakeDestinationDescription.BuilderSnowflakeDestinationDescription.Builder. retryOptions(SnowflakeRetryOptions retryOptions)The time period where Kinesis Data Firehose will retry sending data to the chosen HTTP endpoint.SnowflakeDestinationUpdate.BuilderSnowflakeDestinationUpdate.Builder. retryOptions(SnowflakeRetryOptions retryOptions)Specify how long Kinesis Data Firehose retries sending data to the New Relic HTTP endpoint.
-