| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ListSecurityProfilesForTargetResult |
AbstractAWSIot.listSecurityProfilesForTarget(ListSecurityProfilesForTargetRequest request) |
ListSecurityProfilesForTargetResult |
AWSIot.listSecurityProfilesForTarget(ListSecurityProfilesForTargetRequest listSecurityProfilesForTargetRequest)
Lists the Device Defender security profiles attached to a target (thing group).
|
ListSecurityProfilesForTargetResult |
AWSIotClient.listSecurityProfilesForTarget(ListSecurityProfilesForTargetRequest request)
Lists the Device Defender security profiles attached to a target (thing group).
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListSecurityProfilesForTargetResult> |
AWSIotAsync.listSecurityProfilesForTargetAsync(ListSecurityProfilesForTargetRequest listSecurityProfilesForTargetRequest,
AsyncHandler<ListSecurityProfilesForTargetRequest,ListSecurityProfilesForTargetResult> asyncHandler)
Lists the Device Defender security profiles attached to a target (thing group).
|
Future<ListSecurityProfilesForTargetResult> |
AWSIotAsyncClient.listSecurityProfilesForTargetAsync(ListSecurityProfilesForTargetRequest request,
AsyncHandler<ListSecurityProfilesForTargetRequest,ListSecurityProfilesForTargetResult> asyncHandler) |
Future<ListSecurityProfilesForTargetResult> |
AbstractAWSIotAsync.listSecurityProfilesForTargetAsync(ListSecurityProfilesForTargetRequest request,
AsyncHandler<ListSecurityProfilesForTargetRequest,ListSecurityProfilesForTargetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSecurityProfilesForTargetResult |
ListSecurityProfilesForTargetResult.clone() |
ListSecurityProfilesForTargetResult |
ListSecurityProfilesForTargetResult.withNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
ListSecurityProfilesForTargetResult |
ListSecurityProfilesForTargetResult.withSecurityProfileTargetMappings(Collection<SecurityProfileTargetMapping> securityProfileTargetMappings)
A list of security profiles and their associated targets.
|
ListSecurityProfilesForTargetResult |
ListSecurityProfilesForTargetResult.withSecurityProfileTargetMappings(SecurityProfileTargetMapping... securityProfileTargetMappings)
A list of security profiles and their associated targets.
|
Copyright © 2019. All rights reserved.