Uses of Class
software.amazon.awssdk.services.iot.model.LogTargetConfiguration
-
Packages that use LogTargetConfiguration Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of LogTargetConfiguration in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type LogTargetConfiguration Modifier and Type Method Description List<LogTargetConfiguration>ListV2LoggingLevelsResponse. logTargetConfigurations()The logging configuration for a target.Methods in software.amazon.awssdk.services.iot.model with parameters of type LogTargetConfiguration Modifier and Type Method Description ListV2LoggingLevelsResponse.BuilderListV2LoggingLevelsResponse.Builder. logTargetConfigurations(LogTargetConfiguration... logTargetConfigurations)The logging configuration for a target.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type LogTargetConfiguration Modifier and Type Method Description ListV2LoggingLevelsResponse.BuilderListV2LoggingLevelsResponse.Builder. logTargetConfigurations(Collection<LogTargetConfiguration> logTargetConfigurations)The logging configuration for a target. -
Uses of LogTargetConfiguration in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type LogTargetConfiguration Modifier and Type Method Description SdkIterable<LogTargetConfiguration>ListV2LoggingLevelsIterable. logTargetConfigurations()Returns an iterable to iterate through the paginatedListV2LoggingLevelsResponse.logTargetConfigurations()member.SdkPublisher<LogTargetConfiguration>ListV2LoggingLevelsPublisher. logTargetConfigurations()Returns a publisher that can be used to get a stream of data.
-