| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| 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 |
|---|---|
ListSecurityProfilesForTargetRequest |
ListSecurityProfilesForTargetRequest.clone() |
ListSecurityProfilesForTargetRequest |
ListSecurityProfilesForTargetRequest.withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListSecurityProfilesForTargetRequest |
ListSecurityProfilesForTargetRequest.withNextToken(String nextToken)
The token for the next set of results.
|
ListSecurityProfilesForTargetRequest |
ListSecurityProfilesForTargetRequest.withRecursive(Boolean recursive)
If true, return child groups too.
|
ListSecurityProfilesForTargetRequest |
ListSecurityProfilesForTargetRequest.withSecurityProfileTargetArn(String securityProfileTargetArn)
The ARN of the target (thing group) whose attached security profiles you want to get.
|
Copyright © 2019. All rights reserved.