Uses of Interface
software.amazon.awssdk.services.iot.model.LogTargetConfiguration.Builder
-
Packages that use LogTargetConfiguration.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of LogTargetConfiguration.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return LogTargetConfiguration.Builder Modifier and Type Method Description static LogTargetConfiguration.BuilderLogTargetConfiguration. builder()LogTargetConfiguration.BuilderLogTargetConfiguration.Builder. logLevel(String logLevel)The logging level.LogTargetConfiguration.BuilderLogTargetConfiguration.Builder. logLevel(LogLevel logLevel)The logging level.default LogTargetConfiguration.BuilderLogTargetConfiguration.Builder. logTarget(Consumer<LogTarget.Builder> logTarget)A log targetLogTargetConfiguration.BuilderLogTargetConfiguration.Builder. logTarget(LogTarget logTarget)A log targetLogTargetConfiguration.BuilderLogTargetConfiguration. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type LogTargetConfiguration.Builder Modifier and Type Method Description static Class<? extends LogTargetConfiguration.Builder>LogTargetConfiguration. serializableBuilderClass()
-