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