| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static EnableIoTLoggingParams.Builder |
EnableIoTLoggingParams.builder() |
EnableIoTLoggingParams.Builder |
EnableIoTLoggingParams.Builder.logLevel(LogLevel logLevel)
Specifies the types of information to be logged.
|
EnableIoTLoggingParams.Builder |
EnableIoTLoggingParams.Builder.logLevel(String logLevel)
Specifies the types of information to be logged.
|
EnableIoTLoggingParams.Builder |
EnableIoTLoggingParams.Builder.roleArnForLogging(String roleArnForLogging)
The ARN of the IAM role used for logging.
|
EnableIoTLoggingParams.Builder |
EnableIoTLoggingParams.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EnableIoTLoggingParams.Builder> |
EnableIoTLoggingParams.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MitigationActionParams.Builder |
MitigationActionParams.Builder.enableIoTLoggingParams(Consumer<EnableIoTLoggingParams.Builder> enableIoTLoggingParams)
Parameters to define a mitigation action that enables AWS IoT logging at a specified level of detail.
|
Copyright © 2019. All rights reserved.