Uses of Class
software.amazon.awssdk.services.firehose.model.SplunkBufferingHints
-
Packages that use SplunkBufferingHints Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of SplunkBufferingHints in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return SplunkBufferingHints Modifier and Type Method Description SplunkBufferingHintsSplunkDestinationConfiguration. bufferingHints()The buffering options.SplunkBufferingHintsSplunkDestinationDescription. bufferingHints()The buffering options.SplunkBufferingHintsSplunkDestinationUpdate. bufferingHints()The buffering options.Methods in software.amazon.awssdk.services.firehose.model with parameters of type SplunkBufferingHints Modifier and Type Method Description SplunkDestinationConfiguration.BuilderSplunkDestinationConfiguration.Builder. bufferingHints(SplunkBufferingHints bufferingHints)The buffering options.SplunkDestinationDescription.BuilderSplunkDestinationDescription.Builder. bufferingHints(SplunkBufferingHints bufferingHints)The buffering options.SplunkDestinationUpdate.BuilderSplunkDestinationUpdate.Builder. bufferingHints(SplunkBufferingHints bufferingHints)The buffering options.
-