Uses of Class
software.amazon.awssdk.services.firehose.model.SplunkRetryOptions
-
Packages that use SplunkRetryOptions Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of SplunkRetryOptions in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return SplunkRetryOptions Modifier and Type Method Description SplunkRetryOptionsSplunkDestinationConfiguration. retryOptions()The retry behavior in case Kinesis Data Firehose is unable to deliver data to Splunk, or if it doesn't receive an acknowledgment of receipt from Splunk.SplunkRetryOptionsSplunkDestinationDescription. retryOptions()The retry behavior in case Kinesis Data Firehose is unable to deliver data to Splunk or if it doesn't receive an acknowledgment of receipt from Splunk.SplunkRetryOptionsSplunkDestinationUpdate. retryOptions()The retry behavior in case Kinesis Data Firehose is unable to deliver data to Splunk or if it doesn't receive an acknowledgment of receipt from Splunk.Methods in software.amazon.awssdk.services.firehose.model with parameters of type SplunkRetryOptions Modifier and Type Method Description SplunkDestinationConfiguration.BuilderSplunkDestinationConfiguration.Builder. retryOptions(SplunkRetryOptions retryOptions)The retry behavior in case Kinesis Data Firehose is unable to deliver data to Splunk, or if it doesn't receive an acknowledgment of receipt from Splunk.SplunkDestinationDescription.BuilderSplunkDestinationDescription.Builder. retryOptions(SplunkRetryOptions retryOptions)The retry behavior in case Kinesis Data Firehose is unable to deliver data to Splunk or if it doesn't receive an acknowledgment of receipt from Splunk.SplunkDestinationUpdate.BuilderSplunkDestinationUpdate.Builder. retryOptions(SplunkRetryOptions retryOptions)The retry behavior in case Kinesis Data Firehose is unable to deliver data to Splunk or if it doesn't receive an acknowledgment of receipt from Splunk.
-