Uses of Class
software.amazon.awssdk.services.iot.model.ListTargetsForPolicyResponse
-
Packages that use ListTargetsForPolicyResponse Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators -
-
Uses of ListTargetsForPolicyResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListTargetsForPolicyResponse Modifier and Type Method Description default ListTargetsForPolicyResponseIotClient. listTargetsForPolicy(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)List targets for the specified policy.default ListTargetsForPolicyResponseIotClient. listTargetsForPolicy(ListTargetsForPolicyRequest listTargetsForPolicyRequest)List targets for the specified policy.Methods in software.amazon.awssdk.services.iot that return types with arguments of type ListTargetsForPolicyResponse Modifier and Type Method 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. -
Uses of ListTargetsForPolicyResponse in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ListTargetsForPolicyResponse Modifier and Type Method Description Iterator<ListTargetsForPolicyResponse>ListTargetsForPolicyIterable. iterator()Method parameters in software.amazon.awssdk.services.iot.paginators with type arguments of type ListTargetsForPolicyResponse Modifier and Type Method Description voidListTargetsForPolicyPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTargetsForPolicyResponse> subscriber)
-