| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityProfileTarget |
SecurityProfileTargetMapping.target()
Information about the target (thing group) associated with the security profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityProfileTarget> |
ListTargetsForSecurityProfileResponse.securityProfileTargets()
The thing groups to which the security profile is attached.
|
| Modifier and Type | Method and Description |
|---|---|
ListTargetsForSecurityProfileResponse.Builder |
ListTargetsForSecurityProfileResponse.Builder.securityProfileTargets(SecurityProfileTarget... securityProfileTargets)
The thing groups to which the security profile is attached.
|
SecurityProfileTargetMapping.Builder |
SecurityProfileTargetMapping.Builder.target(SecurityProfileTarget target)
Information about the target (thing group) associated with the security profile.
|
| Modifier and Type | Method and Description |
|---|---|
ListTargetsForSecurityProfileResponse.Builder |
ListTargetsForSecurityProfileResponse.Builder.securityProfileTargets(Collection<SecurityProfileTarget> securityProfileTargets)
The thing groups to which the security profile is attached.
|
Copyright © 2020. All rights reserved.