| 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 type of information to be logged.
|
EnableIoTLoggingParams.Builder |
EnableIoTLoggingParams.Builder.logLevel(String logLevel)
Specifies the type of information to be logged.
|
EnableIoTLoggingParams.Builder |
EnableIoTLoggingParams.Builder.roleArnForLogging(String roleArnForLogging)
The Amazon Resource Name (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 Amazon Web Services IoT Core logging at a specified
level of detail.
|
Copyright © 2023. All rights reserved.