| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
SplunkBufferingHints |
SplunkBufferingHints.clone() |
SplunkBufferingHints |
SplunkDestinationDescription.getBufferingHints()
The buffering options.
|
SplunkBufferingHints |
SplunkDestinationConfiguration.getBufferingHints()
The buffering options.
|
SplunkBufferingHints |
SplunkDestinationUpdate.getBufferingHints()
The buffering options.
|
SplunkBufferingHints |
SplunkBufferingHints.withIntervalInSeconds(Integer intervalInSeconds)
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.
|
SplunkBufferingHints |
SplunkBufferingHints.withSizeInMBs(Integer sizeInMBs)
Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SplunkDestinationDescription.setBufferingHints(SplunkBufferingHints bufferingHints)
The buffering options.
|
void |
SplunkDestinationConfiguration.setBufferingHints(SplunkBufferingHints bufferingHints)
The buffering options.
|
void |
SplunkDestinationUpdate.setBufferingHints(SplunkBufferingHints bufferingHints)
The buffering options.
|
SplunkDestinationDescription |
SplunkDestinationDescription.withBufferingHints(SplunkBufferingHints bufferingHints)
The buffering options.
|
SplunkDestinationConfiguration |
SplunkDestinationConfiguration.withBufferingHints(SplunkBufferingHints bufferingHints)
The buffering options.
|
SplunkDestinationUpdate |
SplunkDestinationUpdate.withBufferingHints(SplunkBufferingHints bufferingHints)
The buffering options.
|
Copyright © 2025. All rights reserved.