Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ListPropertiesResponse
Packages that use ListPropertiesResponse
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of ListPropertiesResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return ListPropertiesResponseModifier and TypeMethodDescriptiondefault 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 ListPropertiesResponseModifier and TypeMethodDescriptiondefault 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 ListPropertiesResponseMethod parameters in software.amazon.awssdk.services.iottwinmaker.paginators with type arguments of type ListPropertiesResponseModifier and TypeMethodDescriptionvoidListPropertiesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPropertiesResponse> subscriber)