Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.GetPropertyValueRequest
Packages that use GetPropertyValueRequest
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of GetPropertyValueRequest in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker with parameters of type GetPropertyValueRequestModifier and TypeMethodDescriptionIoTTwinMakerAsyncClient.getPropertyValue(GetPropertyValueRequest 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.default GetPropertyValuePublisherIoTTwinMakerAsyncClient.getPropertyValuePaginator(GetPropertyValueRequest getPropertyValueRequest) This is a variant ofIoTTwinMakerAsyncClient.getPropertyValue(software.amazon.awssdk.services.iottwinmaker.model.GetPropertyValueRequest)operation.default GetPropertyValueIterableIoTTwinMakerClient.getPropertyValuePaginator(GetPropertyValueRequest getPropertyValueRequest) This is a variant ofIoTTwinMakerClient.getPropertyValue(software.amazon.awssdk.services.iottwinmaker.model.GetPropertyValueRequest)operation. -
Uses of GetPropertyValueRequest in software.amazon.awssdk.services.iottwinmaker.paginators
Constructors in software.amazon.awssdk.services.iottwinmaker.paginators with parameters of type GetPropertyValueRequestModifierConstructorDescriptionGetPropertyValueIterable(IoTTwinMakerClient client, GetPropertyValueRequest firstRequest) GetPropertyValuePublisher(IoTTwinMakerAsyncClient client, GetPropertyValueRequest firstRequest) -
Uses of GetPropertyValueRequest in software.amazon.awssdk.services.iottwinmaker.transform
Methods in software.amazon.awssdk.services.iottwinmaker.transform with parameters of type GetPropertyValueRequestModifier and TypeMethodDescriptionGetPropertyValueRequestMarshaller.marshall(GetPropertyValueRequest getPropertyValueRequest)