| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ListTargetsForSecurityProfileResult |
AbstractAWSIot.listTargetsForSecurityProfile(ListTargetsForSecurityProfileRequest request) |
ListTargetsForSecurityProfileResult |
AWSIot.listTargetsForSecurityProfile(ListTargetsForSecurityProfileRequest listTargetsForSecurityProfileRequest)
Lists the targets (thing groups) associated with a given Device Defender security profile.
|
ListTargetsForSecurityProfileResult |
AWSIotClient.listTargetsForSecurityProfile(ListTargetsForSecurityProfileRequest request)
Lists the targets (thing groups) associated with a given Device Defender security profile.
|
| Modifier and Type | Method and Description |
|---|---|
ListTargetsForSecurityProfileResult |
ListTargetsForSecurityProfileResult.clone() |
ListTargetsForSecurityProfileResult |
ListTargetsForSecurityProfileResult.withNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
ListTargetsForSecurityProfileResult |
ListTargetsForSecurityProfileResult.withSecurityProfileTargets(Collection<SecurityProfileTarget> securityProfileTargets)
The thing groups to which the security profile is attached.
|
ListTargetsForSecurityProfileResult |
ListTargetsForSecurityProfileResult.withSecurityProfileTargets(SecurityProfileTarget... securityProfileTargets)
The thing groups to which the security profile is attached.
|
Copyright © 2023. All rights reserved.