Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ListPropertiesResponse
-
Packages that use ListPropertiesResponse Package Description software.amazon.awssdk.services.iottwinmaker IoT TwinMaker is a service with which you can build operational digital twins of physical systems.software.amazon.awssdk.services.iottwinmaker.paginators -
-
Uses of ListPropertiesResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return ListPropertiesResponse Modifier and Type Method Description default ListPropertiesResponseIoTTwinMakerClient. listProperties(Consumer<ListPropertiesRequest.Builder> listPropertiesRequest)This API lists the properties of a component.default ListPropertiesResponseIoTTwinMakerClient. listProperties(ListPropertiesRequest listPropertiesRequest)This API lists the properties of a component.Methods in software.amazon.awssdk.services.iottwinmaker that return types with arguments of type ListPropertiesResponse Modifier and Type Method Description default CompletableFuture<ListPropertiesResponse>IoTTwinMakerAsyncClient. listProperties(Consumer<ListPropertiesRequest.Builder> listPropertiesRequest)This API lists the properties of a component.default CompletableFuture<ListPropertiesResponse>IoTTwinMakerAsyncClient. listProperties(ListPropertiesRequest listPropertiesRequest)This API lists the properties of a component. -
Uses of ListPropertiesResponse in software.amazon.awssdk.services.iottwinmaker.paginators
Methods in software.amazon.awssdk.services.iottwinmaker.paginators that return types with arguments of type ListPropertiesResponse Modifier and Type Method Description Iterator<ListPropertiesResponse>ListPropertiesIterable. iterator()Method parameters in software.amazon.awssdk.services.iottwinmaker.paginators with type arguments of type ListPropertiesResponse Modifier and Type Method Description voidListPropertiesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPropertiesResponse> subscriber)
-