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 BufferingHintsBufferingHints. clone()BufferingHintsS3DestinationConfiguration. getBufferingHints()The buffering option.BufferingHintsS3DestinationDescription. getBufferingHints()The buffering option.BufferingHintsS3DestinationUpdate. getBufferingHints()The buffering option.BufferingHintsBufferingHints. withIntervalInSeconds(Integer intervalInSeconds)Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.BufferingHintsBufferingHints. 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 voidS3DestinationConfiguration. setBufferingHints(BufferingHints bufferingHints)The buffering option.voidS3DestinationDescription. setBufferingHints(BufferingHints bufferingHints)The buffering option.voidS3DestinationUpdate. setBufferingHints(BufferingHints bufferingHints)The buffering option.S3DestinationConfigurationS3DestinationConfiguration. withBufferingHints(BufferingHints bufferingHints)The buffering option.S3DestinationDescriptionS3DestinationDescription. withBufferingHints(BufferingHints bufferingHints)The buffering option.S3DestinationUpdateS3DestinationUpdate. withBufferingHints(BufferingHints bufferingHints)The buffering option.
-