| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators | |
| software.amazon.awssdk.services.iot.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListTargetsForPolicyResponse |
IotClient.listTargetsForPolicy(ListTargetsForPolicyRequest listTargetsForPolicyRequest)
List targets for the specified policy.
|
default CompletableFuture<ListTargetsForPolicyResponse> |
IotAsyncClient.listTargetsForPolicy(ListTargetsForPolicyRequest listTargetsForPolicyRequest)
List targets for the specified policy.
|
default ListTargetsForPolicyIterable |
IotClient.listTargetsForPolicyPaginator(ListTargetsForPolicyRequest listTargetsForPolicyRequest)
List targets for the specified policy.
|
default ListTargetsForPolicyPublisher |
IotAsyncClient.listTargetsForPolicyPaginator(ListTargetsForPolicyRequest listTargetsForPolicyRequest)
List targets for the specified policy.
|
| Constructor and Description |
|---|
ListTargetsForPolicyIterable(IotClient client,
ListTargetsForPolicyRequest firstRequest) |
ListTargetsForPolicyPublisher(IotAsyncClient client,
ListTargetsForPolicyRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListTargetsForPolicyRequestMarshaller.marshall(ListTargetsForPolicyRequest listTargetsForPolicyRequest) |
Copyright © 2022. All rights reserved.