Uses of Class
software.amazon.awssdk.services.osis.model.BufferOptions
-
Packages that use BufferOptions Package Description software.amazon.awssdk.services.osis.model -
-
Uses of BufferOptions in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return BufferOptions Modifier and Type Method Description BufferOptionsCreatePipelineRequest. bufferOptions()Key-value pairs to configure persistent buffering for the pipeline.BufferOptionsPipeline. bufferOptions()Returns the value of the BufferOptions property for this object.BufferOptionsUpdatePipelineRequest. bufferOptions()Key-value pairs to configure persistent buffering for the pipeline.Methods in software.amazon.awssdk.services.osis.model with parameters of type BufferOptions Modifier and Type Method Description CreatePipelineRequest.BuilderCreatePipelineRequest.Builder. bufferOptions(BufferOptions bufferOptions)Key-value pairs to configure persistent buffering for the pipeline.Pipeline.BuilderPipeline.Builder. bufferOptions(BufferOptions bufferOptions)Sets the value of the BufferOptions property for this object.UpdatePipelineRequest.BuilderUpdatePipelineRequest.Builder. bufferOptions(BufferOptions bufferOptions)Key-value pairs to configure persistent buffering for the pipeline.
-