Uses of Class
software.amazon.awssdk.services.iot.model.ListThingPrincipalsResponse
-
Packages that use ListThingPrincipalsResponse Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators -
-
Uses of ListThingPrincipalsResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListThingPrincipalsResponse Modifier and Type Method Description default ListThingPrincipalsResponseIotClient. listThingPrincipals(Consumer<ListThingPrincipalsRequest.Builder> listThingPrincipalsRequest)Lists the principals associated with the specified thing.default ListThingPrincipalsResponseIotClient. listThingPrincipals(ListThingPrincipalsRequest listThingPrincipalsRequest)Lists the principals associated with the specified thing.Methods in software.amazon.awssdk.services.iot that return types with arguments of type ListThingPrincipalsResponse Modifier and Type Method Description default CompletableFuture<ListThingPrincipalsResponse>IotAsyncClient. listThingPrincipals(Consumer<ListThingPrincipalsRequest.Builder> listThingPrincipalsRequest)Lists the principals associated with the specified thing.default CompletableFuture<ListThingPrincipalsResponse>IotAsyncClient. listThingPrincipals(ListThingPrincipalsRequest listThingPrincipalsRequest)Lists the principals associated with the specified thing. -
Uses of ListThingPrincipalsResponse in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ListThingPrincipalsResponse Modifier and Type Method Description Iterator<ListThingPrincipalsResponse>ListThingPrincipalsIterable. iterator()Method parameters in software.amazon.awssdk.services.iot.paginators with type arguments of type ListThingPrincipalsResponse Modifier and Type Method Description voidListThingPrincipalsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListThingPrincipalsResponse> subscriber)
-