Uses of Interface
software.amazon.awssdk.services.iottwinmaker.IoTTwinMakerAsyncClient
-
Packages that use IoTTwinMakerAsyncClient 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 IoTTwinMakerAsyncClient in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return IoTTwinMakerAsyncClient Modifier and Type Method Description static IoTTwinMakerAsyncClientIoTTwinMakerAsyncClient. create()Create aIoTTwinMakerAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of IoTTwinMakerAsyncClient in software.amazon.awssdk.services.iottwinmaker.paginators
Constructors in software.amazon.awssdk.services.iottwinmaker.paginators with parameters of type IoTTwinMakerAsyncClient Constructor Description ExecuteQueryPublisher(IoTTwinMakerAsyncClient client, ExecuteQueryRequest firstRequest)GetPropertyValueHistoryPublisher(IoTTwinMakerAsyncClient client, GetPropertyValueHistoryRequest firstRequest)GetPropertyValuePublisher(IoTTwinMakerAsyncClient client, GetPropertyValueRequest firstRequest)ListComponentTypesPublisher(IoTTwinMakerAsyncClient client, ListComponentTypesRequest firstRequest)ListEntitiesPublisher(IoTTwinMakerAsyncClient client, ListEntitiesRequest firstRequest)ListScenesPublisher(IoTTwinMakerAsyncClient client, ListScenesRequest firstRequest)ListSyncJobsPublisher(IoTTwinMakerAsyncClient client, ListSyncJobsRequest firstRequest)ListSyncResourcesPublisher(IoTTwinMakerAsyncClient client, ListSyncResourcesRequest firstRequest)ListWorkspacesPublisher(IoTTwinMakerAsyncClient client, ListWorkspacesRequest firstRequest)
-