Uses of Interface
software.amazon.awssdk.services.iottwinmaker.IoTTwinMakerClient
-
Packages that use IoTTwinMakerClient 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 IoTTwinMakerClient in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return IoTTwinMakerClient Modifier and Type Method Description static IoTTwinMakerClientIoTTwinMakerClient. create()Create aIoTTwinMakerClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of IoTTwinMakerClient in software.amazon.awssdk.services.iottwinmaker.paginators
Constructors in software.amazon.awssdk.services.iottwinmaker.paginators with parameters of type IoTTwinMakerClient Constructor Description ExecuteQueryIterable(IoTTwinMakerClient client, ExecuteQueryRequest firstRequest)GetPropertyValueHistoryIterable(IoTTwinMakerClient client, GetPropertyValueHistoryRequest firstRequest)GetPropertyValueIterable(IoTTwinMakerClient client, GetPropertyValueRequest firstRequest)ListComponentTypesIterable(IoTTwinMakerClient client, ListComponentTypesRequest firstRequest)ListEntitiesIterable(IoTTwinMakerClient client, ListEntitiesRequest firstRequest)ListScenesIterable(IoTTwinMakerClient client, ListScenesRequest firstRequest)ListSyncJobsIterable(IoTTwinMakerClient client, ListSyncJobsRequest firstRequest)ListSyncResourcesIterable(IoTTwinMakerClient client, ListSyncResourcesRequest firstRequest)ListWorkspacesIterable(IoTTwinMakerClient client, ListWorkspacesRequest firstRequest)
-