Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.GetPropertyValueResponse
-
Packages that use GetPropertyValueResponse 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 GetPropertyValueResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return GetPropertyValueResponse Modifier and Type Method Description default GetPropertyValueResponseIoTTwinMakerClient. getPropertyValue(Consumer<GetPropertyValueRequest.Builder> getPropertyValueRequest)Gets the property values for a component, component type, entity, or workspace.default GetPropertyValueResponseIoTTwinMakerClient. getPropertyValue(GetPropertyValueRequest getPropertyValueRequest)Gets the property values for a component, component type, entity, or workspace.Methods in software.amazon.awssdk.services.iottwinmaker that return types with arguments of type GetPropertyValueResponse Modifier and Type Method Description default CompletableFuture<GetPropertyValueResponse>IoTTwinMakerAsyncClient. getPropertyValue(Consumer<GetPropertyValueRequest.Builder> getPropertyValueRequest)Gets the property values for a component, component type, entity, or workspace.default CompletableFuture<GetPropertyValueResponse>IoTTwinMakerAsyncClient. getPropertyValue(GetPropertyValueRequest getPropertyValueRequest)Gets the property values for a component, component type, entity, or workspace. -
Uses of GetPropertyValueResponse in software.amazon.awssdk.services.iottwinmaker.paginators
Methods in software.amazon.awssdk.services.iottwinmaker.paginators that return types with arguments of type GetPropertyValueResponse Modifier and Type Method Description Iterator<GetPropertyValueResponse>GetPropertyValueIterable. iterator()Method parameters in software.amazon.awssdk.services.iottwinmaker.paginators with type arguments of type GetPropertyValueResponse Modifier and Type Method Description voidGetPropertyValuePublisher. subscribe(org.reactivestreams.Subscriber<? super GetPropertyValueResponse> subscriber)
-