Uses of Class
com.amazonaws.services.kinesisfirehose.model.ElasticsearchBufferingHints
Packages that use ElasticsearchBufferingHints
-
Uses of ElasticsearchBufferingHints in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return ElasticsearchBufferingHintsModifier and TypeMethodDescriptionElasticsearchBufferingHints.clone()
ElasticsearchDestinationConfiguration.getBufferingHints()
Buffering options.ElasticsearchDestinationDescription.getBufferingHints()
Buffering options.ElasticsearchDestinationUpdate.getBufferingHints()
Buffering options.ElasticsearchBufferingHints.withIntervalInSeconds
(Integer intervalInSeconds) Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.ElasticsearchBufferingHints.withSizeInMBs
(Integer sizeInMBs) Buffer incoming data to the specified size, in MBs, before delivering it to the destination.Methods in com.amazonaws.services.kinesisfirehose.model with parameters of type ElasticsearchBufferingHintsModifier and TypeMethodDescriptionvoid
ElasticsearchDestinationConfiguration.setBufferingHints
(ElasticsearchBufferingHints bufferingHints) Buffering options.void
ElasticsearchDestinationDescription.setBufferingHints
(ElasticsearchBufferingHints bufferingHints) Buffering options.void
ElasticsearchDestinationUpdate.setBufferingHints
(ElasticsearchBufferingHints bufferingHints) Buffering options.ElasticsearchDestinationConfiguration.withBufferingHints
(ElasticsearchBufferingHints bufferingHints) Buffering options.ElasticsearchDestinationDescription.withBufferingHints
(ElasticsearchBufferingHints bufferingHints) Buffering options.ElasticsearchDestinationUpdate.withBufferingHints
(ElasticsearchBufferingHints bufferingHints) Buffering options.