Uses of Class
software.amazon.awssdk.services.iot.model.ListThingPrincipalsRequest
-
Packages that use ListThingPrincipalsRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators software.amazon.awssdk.services.iot.transform -
-
Uses of ListThingPrincipalsRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type ListThingPrincipalsRequest Modifier and Type Method Description default CompletableFuture<ListThingPrincipalsResponse>IotAsyncClient. listThingPrincipals(ListThingPrincipalsRequest listThingPrincipalsRequest)Lists the principals associated with the specified thing.default ListThingPrincipalsResponseIotClient. listThingPrincipals(ListThingPrincipalsRequest listThingPrincipalsRequest)Lists the principals associated with the specified thing.default ListThingPrincipalsPublisherIotAsyncClient. listThingPrincipalsPaginator(ListThingPrincipalsRequest listThingPrincipalsRequest)Lists the principals associated with the specified thing.default ListThingPrincipalsIterableIotClient. listThingPrincipalsPaginator(ListThingPrincipalsRequest listThingPrincipalsRequest)Lists the principals associated with the specified thing. -
Uses of ListThingPrincipalsRequest in software.amazon.awssdk.services.iot.paginators
Constructors in software.amazon.awssdk.services.iot.paginators with parameters of type ListThingPrincipalsRequest Constructor Description ListThingPrincipalsIterable(IotClient client, ListThingPrincipalsRequest firstRequest)ListThingPrincipalsPublisher(IotAsyncClient client, ListThingPrincipalsRequest firstRequest) -
Uses of ListThingPrincipalsRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type ListThingPrincipalsRequest Modifier and Type Method Description SdkHttpFullRequestListThingPrincipalsRequestMarshaller. marshall(ListThingPrincipalsRequest listThingPrincipalsRequest)
-