Uses of Class
software.amazon.awssdk.services.iotevents.model.LoggingOptions
-
Packages that use LoggingOptions Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of LoggingOptions in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return LoggingOptions Modifier and Type Method Description LoggingOptionsDescribeLoggingOptionsResponse. loggingOptions()The current settings of the AWS IoT Events logging options.LoggingOptionsPutLoggingOptionsRequest. loggingOptions()The new values of the AWS IoT Events logging options.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type LoggingOptions Modifier and Type Method Description DescribeLoggingOptionsResponse.BuilderDescribeLoggingOptionsResponse.Builder. loggingOptions(LoggingOptions loggingOptions)The current settings of the AWS IoT Events logging options.PutLoggingOptionsRequest.BuilderPutLoggingOptionsRequest.Builder. loggingOptions(LoggingOptions loggingOptions)The new values of the AWS IoT Events logging options.
-