Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
SecurityProfileTarget |
SecurityProfileTarget.clone() |
SecurityProfileTarget |
SecurityProfileTargetMapping.getTarget()
Information about the target (thing group) associated with the security profile.
|
SecurityProfileTarget |
SecurityProfileTarget.withArn(String arn)
The ARN of the security profile.
|
Modifier and Type | Method and Description |
---|---|
List<SecurityProfileTarget> |
ListTargetsForSecurityProfileResult.getSecurityProfileTargets()
The thing groups to which the security profile is attached.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityProfileTargetMapping.setTarget(SecurityProfileTarget target)
Information about the target (thing group) associated with the security profile.
|
ListTargetsForSecurityProfileResult |
ListTargetsForSecurityProfileResult.withSecurityProfileTargets(SecurityProfileTarget... securityProfileTargets)
The thing groups to which the security profile is attached.
|
SecurityProfileTargetMapping |
SecurityProfileTargetMapping.withTarget(SecurityProfileTarget target)
Information about the target (thing group) associated with the security profile.
|
Modifier and Type | Method and Description |
---|---|
void |
ListTargetsForSecurityProfileResult.setSecurityProfileTargets(Collection<SecurityProfileTarget> securityProfileTargets)
The thing groups to which the security profile is attached.
|
ListTargetsForSecurityProfileResult |
ListTargetsForSecurityProfileResult.withSecurityProfileTargets(Collection<SecurityProfileTarget> securityProfileTargets)
The thing groups to which the security profile is attached.
|
Copyright © 2020. All rights reserved.