Uses of Class
com.amazonaws.services.kinesisfirehose.model.BufferingHints
Packages that use BufferingHints
-
Uses of BufferingHints in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return BufferingHintsModifier and TypeMethodDescriptionBufferingHints.clone()
S3DestinationConfiguration.getBufferingHints()
The buffering option.S3DestinationDescription.getBufferingHints()
The buffering option.S3DestinationUpdate.getBufferingHints()
The buffering option.BufferingHints.withIntervalInSeconds
(Integer intervalInSeconds) Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.BufferingHints.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 BufferingHintsModifier and TypeMethodDescriptionvoid
S3DestinationConfiguration.setBufferingHints
(BufferingHints bufferingHints) The buffering option.void
S3DestinationDescription.setBufferingHints
(BufferingHints bufferingHints) The buffering option.void
S3DestinationUpdate.setBufferingHints
(BufferingHints bufferingHints) The buffering option.S3DestinationConfiguration.withBufferingHints
(BufferingHints bufferingHints) The buffering option.S3DestinationDescription.withBufferingHints
(BufferingHints bufferingHints) The buffering option.S3DestinationUpdate.withBufferingHints
(BufferingHints bufferingHints) The buffering option.