Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.GetPropertyValueRequest
-
Packages that use GetPropertyValueRequest 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 software.amazon.awssdk.services.iottwinmaker.transform -
-
Uses of GetPropertyValueRequest in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker with parameters of type GetPropertyValueRequest Modifier and Type Method Description default CompletableFuture<GetPropertyValueResponse>IoTTwinMakerAsyncClient. 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)Gets the property values for a component, component type, entity, or workspace.default GetPropertyValueIterableIoTTwinMakerClient. getPropertyValuePaginator(GetPropertyValueRequest getPropertyValueRequest)Gets the property values for a component, component type, entity, or workspace. -
Uses of GetPropertyValueRequest in software.amazon.awssdk.services.iottwinmaker.paginators
Constructors in software.amazon.awssdk.services.iottwinmaker.paginators with parameters of type GetPropertyValueRequest Constructor Description GetPropertyValueIterable(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 GetPropertyValueRequest Modifier and Type Method Description SdkHttpFullRequestGetPropertyValueRequestMarshaller. marshall(GetPropertyValueRequest getPropertyValueRequest)
-