Uses of Class
software.amazon.awssdk.services.iot.model.ListPrincipalThingsV2Response
-
Packages that use ListPrincipalThingsV2Response Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators -
-
Uses of ListPrincipalThingsV2Response in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListPrincipalThingsV2Response Modifier and Type Method Description default ListPrincipalThingsV2ResponseIotClient. listPrincipalThingsV2(Consumer<ListPrincipalThingsV2Request.Builder> listPrincipalThingsV2Request)Lists the things associated with the specified principal.default ListPrincipalThingsV2ResponseIotClient. listPrincipalThingsV2(ListPrincipalThingsV2Request listPrincipalThingsV2Request)Lists the things associated with the specified principal.Methods in software.amazon.awssdk.services.iot that return types with arguments of type ListPrincipalThingsV2Response Modifier and Type Method Description default CompletableFuture<ListPrincipalThingsV2Response>IotAsyncClient. listPrincipalThingsV2(Consumer<ListPrincipalThingsV2Request.Builder> listPrincipalThingsV2Request)Lists the things associated with the specified principal.default CompletableFuture<ListPrincipalThingsV2Response>IotAsyncClient. listPrincipalThingsV2(ListPrincipalThingsV2Request listPrincipalThingsV2Request)Lists the things associated with the specified principal. -
Uses of ListPrincipalThingsV2Response in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ListPrincipalThingsV2Response Modifier and Type Method Description Iterator<ListPrincipalThingsV2Response>ListPrincipalThingsV2Iterable. iterator()Method parameters in software.amazon.awssdk.services.iot.paginators with type arguments of type ListPrincipalThingsV2Response Modifier and Type Method Description voidListPrincipalThingsV2Publisher. subscribe(org.reactivestreams.Subscriber<? super ListPrincipalThingsV2Response> subscriber)
-