Uses of Class
software.amazon.awssdk.services.iot.model.ListThingPrincipalsV2Response
-
Packages that use ListThingPrincipalsV2Response Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators -
-
Uses of ListThingPrincipalsV2Response in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListThingPrincipalsV2Response Modifier and Type Method Description default ListThingPrincipalsV2Response
IotClient. listThingPrincipalsV2(Consumer<ListThingPrincipalsV2Request.Builder> listThingPrincipalsV2Request)
Lists the principals associated with the specified thing.default ListThingPrincipalsV2Response
IotClient. listThingPrincipalsV2(ListThingPrincipalsV2Request listThingPrincipalsV2Request)
Lists the principals associated with the specified thing.Methods in software.amazon.awssdk.services.iot that return types with arguments of type ListThingPrincipalsV2Response Modifier and Type Method Description default CompletableFuture<ListThingPrincipalsV2Response>
IotAsyncClient. listThingPrincipalsV2(Consumer<ListThingPrincipalsV2Request.Builder> listThingPrincipalsV2Request)
Lists the principals associated with the specified thing.default CompletableFuture<ListThingPrincipalsV2Response>
IotAsyncClient. listThingPrincipalsV2(ListThingPrincipalsV2Request listThingPrincipalsV2Request)
Lists the principals associated with the specified thing. -
Uses of ListThingPrincipalsV2Response in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ListThingPrincipalsV2Response Modifier and Type Method Description Iterator<ListThingPrincipalsV2Response>
ListThingPrincipalsV2Iterable. iterator()
Method parameters in software.amazon.awssdk.services.iot.paginators with type arguments of type ListThingPrincipalsV2Response Modifier and Type Method Description void
ListThingPrincipalsV2Publisher. subscribe(org.reactivestreams.Subscriber<? super ListThingPrincipalsV2Response> subscriber)
-