| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTargetsForPolicyResponse |
IotClient.listTargetsForPolicy(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)
List targets for the specified policy.
|
default ListTargetsForPolicyResponse |
IotClient.listTargetsForPolicy(ListTargetsForPolicyRequest listTargetsForPolicyRequest)
List targets for the specified policy.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTargetsForPolicyResponse> |
IotAsyncClient.listTargetsForPolicy(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)
List targets for the specified policy.
|
default CompletableFuture<ListTargetsForPolicyResponse> |
IotAsyncClient.listTargetsForPolicy(ListTargetsForPolicyRequest listTargetsForPolicyRequest)
List targets for the specified policy.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTargetsForPolicyResponse> |
ListTargetsForPolicyIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTargetsForPolicyPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTargetsForPolicyResponse> subscriber) |
Copyright © 2021. All rights reserved.