| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static LogTargetType |
LogTargetType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LogTargetType |
DeleteV2LoggingLevelRequest.targetType()
The type of resource for which you are configuring logging.
|
LogTargetType |
ListV2LoggingLevelsRequest.targetType()
The type of resource for which you are configuring logging.
|
LogTargetType |
LogTarget.targetType()
The target type.
|
static LogTargetType |
LogTargetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogTargetType[] |
LogTargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LogTargetType> |
LogTargetType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeleteV2LoggingLevelRequest.Builder |
DeleteV2LoggingLevelRequest.Builder.targetType(LogTargetType targetType)
The type of resource for which you are configuring logging.
|
ListV2LoggingLevelsRequest.Builder |
ListV2LoggingLevelsRequest.Builder.targetType(LogTargetType targetType)
The type of resource for which you are configuring logging.
|
LogTarget.Builder |
LogTarget.Builder.targetType(LogTargetType targetType)
The target type.
|
Copyright © 2022. All rights reserved.