Uses of Class
software.amazon.awssdk.services.osis.model.LogPublishingOptions
-
Packages that use LogPublishingOptions Package Description software.amazon.awssdk.services.osis.model -
-
Uses of LogPublishingOptions in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return LogPublishingOptions Modifier and Type Method Description LogPublishingOptionsCreatePipelineRequest. logPublishingOptions()Key-value pairs to configure log publishing.LogPublishingOptionsPipeline. logPublishingOptions()Key-value pairs that represent log publishing settings.LogPublishingOptionsUpdatePipelineRequest. logPublishingOptions()Key-value pairs to configure log publishing.Methods in software.amazon.awssdk.services.osis.model with parameters of type LogPublishingOptions Modifier and Type Method Description CreatePipelineRequest.BuilderCreatePipelineRequest.Builder. logPublishingOptions(LogPublishingOptions logPublishingOptions)Key-value pairs to configure log publishing.Pipeline.BuilderPipeline.Builder. logPublishingOptions(LogPublishingOptions logPublishingOptions)Key-value pairs that represent log publishing settings.UpdatePipelineRequest.BuilderUpdatePipelineRequest.Builder. logPublishingOptions(LogPublishingOptions logPublishingOptions)Key-value pairs to configure log publishing.
-