| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ListTargetsForPolicyResult |
AWSIotClient.listTargetsForPolicy(ListTargetsForPolicyRequest request)
List targets for the specified policy.
|
ListTargetsForPolicyResult |
AWSIot.listTargetsForPolicy(ListTargetsForPolicyRequest listTargetsForPolicyRequest)
List targets for the specified policy.
|
ListTargetsForPolicyResult |
AbstractAWSIot.listTargetsForPolicy(ListTargetsForPolicyRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTargetsForPolicyResult> |
AWSIotAsyncClient.listTargetsForPolicyAsync(ListTargetsForPolicyRequest request,
AsyncHandler<ListTargetsForPolicyRequest,ListTargetsForPolicyResult> asyncHandler) |
Future<ListTargetsForPolicyResult> |
AWSIotAsync.listTargetsForPolicyAsync(ListTargetsForPolicyRequest listTargetsForPolicyRequest,
AsyncHandler<ListTargetsForPolicyRequest,ListTargetsForPolicyResult> asyncHandler)
List targets for the specified policy.
|
Future<ListTargetsForPolicyResult> |
AbstractAWSIotAsync.listTargetsForPolicyAsync(ListTargetsForPolicyRequest request,
AsyncHandler<ListTargetsForPolicyRequest,ListTargetsForPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTargetsForPolicyResult |
ListTargetsForPolicyResult.clone() |
ListTargetsForPolicyResult |
ListTargetsForPolicyResult.withNextMarker(String nextMarker)
A marker used to get the next set of results.
|
ListTargetsForPolicyResult |
ListTargetsForPolicyResult.withTargets(Collection<String> targets)
The policy targets.
|
ListTargetsForPolicyResult |
ListTargetsForPolicyResult.withTargets(String... targets)
The policy targets.
|
Copyright © 2024. All rights reserved.