| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTargetsForPolicyResult> |
AWSIotAsync.listTargetsForPolicyAsync(ListTargetsForPolicyRequest listTargetsForPolicyRequest,
AsyncHandler<ListTargetsForPolicyRequest,ListTargetsForPolicyResult> asyncHandler)
List targets for the specified policy.
|
Future<ListTargetsForPolicyResult> |
AWSIotAsyncClient.listTargetsForPolicyAsync(ListTargetsForPolicyRequest request,
AsyncHandler<ListTargetsForPolicyRequest,ListTargetsForPolicyResult> asyncHandler) |
Future<ListTargetsForPolicyResult> |
AbstractAWSIotAsync.listTargetsForPolicyAsync(ListTargetsForPolicyRequest request,
AsyncHandler<ListTargetsForPolicyRequest,ListTargetsForPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTargetsForPolicyRequest |
ListTargetsForPolicyRequest.clone() |
ListTargetsForPolicyRequest |
ListTargetsForPolicyRequest.withMarker(String marker)
A marker used to get the next set of results.
|
ListTargetsForPolicyRequest |
ListTargetsForPolicyRequest.withPageSize(Integer pageSize)
The maximum number of results to return at one time.
|
ListTargetsForPolicyRequest |
ListTargetsForPolicyRequest.withPolicyName(String policyName)
The policy name.
|
Copyright © 2018. All rights reserved.