Uses of Class
software.amazon.awssdk.services.iot.model.ListPrincipalThingsResponse
-
Packages that use ListPrincipalThingsResponse Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators -
-
Uses of ListPrincipalThingsResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListPrincipalThingsResponse Modifier and Type Method Description default ListPrincipalThingsResponseIotClient. listPrincipalThings(Consumer<ListPrincipalThingsRequest.Builder> listPrincipalThingsRequest)Lists the things associated with the specified principal.default ListPrincipalThingsResponseIotClient. listPrincipalThings(ListPrincipalThingsRequest listPrincipalThingsRequest)Lists the things associated with the specified principal.Methods in software.amazon.awssdk.services.iot that return types with arguments of type ListPrincipalThingsResponse Modifier and Type Method Description default CompletableFuture<ListPrincipalThingsResponse>IotAsyncClient. listPrincipalThings(Consumer<ListPrincipalThingsRequest.Builder> listPrincipalThingsRequest)Lists the things associated with the specified principal.default CompletableFuture<ListPrincipalThingsResponse>IotAsyncClient. listPrincipalThings(ListPrincipalThingsRequest listPrincipalThingsRequest)Lists the things associated with the specified principal. -
Uses of ListPrincipalThingsResponse in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ListPrincipalThingsResponse Modifier and Type Method Description Iterator<ListPrincipalThingsResponse>ListPrincipalThingsIterable. iterator()Method parameters in software.amazon.awssdk.services.iot.paginators with type arguments of type ListPrincipalThingsResponse Modifier and Type Method Description voidListPrincipalThingsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPrincipalThingsResponse> subscriber)
-