| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker |
IoT TwinMaker is a service that enables you to build operational digital twins of physical systems.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateComponentTypeResponse |
IoTTwinMakerClient.createComponentType(Consumer<CreateComponentTypeRequest.Builder> createComponentTypeRequest)
Creates a component type.
|
default CreateComponentTypeResponse |
IoTTwinMakerClient.createComponentType(CreateComponentTypeRequest createComponentTypeRequest)
Creates a component type.
|
default CreateEntityResponse |
IoTTwinMakerClient.createEntity(Consumer<CreateEntityRequest.Builder> createEntityRequest)
Creates an entity.
|
default CreateEntityResponse |
IoTTwinMakerClient.createEntity(CreateEntityRequest createEntityRequest)
Creates an entity.
|
default CreateSceneResponse |
IoTTwinMakerClient.createScene(Consumer<CreateSceneRequest.Builder> createSceneRequest)
Creates a scene.
|
default CreateSceneResponse |
IoTTwinMakerClient.createScene(CreateSceneRequest createSceneRequest)
Creates a scene.
|
default CreateWorkspaceResponse |
IoTTwinMakerClient.createWorkspace(Consumer<CreateWorkspaceRequest.Builder> createWorkspaceRequest)
Creates a workplace.
|
default CreateWorkspaceResponse |
IoTTwinMakerClient.createWorkspace(CreateWorkspaceRequest createWorkspaceRequest)
Creates a workplace.
|
default UpdateEntityResponse |
IoTTwinMakerClient.updateEntity(Consumer<UpdateEntityRequest.Builder> updateEntityRequest)
Updates an entity.
|
default UpdateEntityResponse |
IoTTwinMakerClient.updateEntity(UpdateEntityRequest updateEntityRequest)
Updates an entity.
|
Copyright © 2022. All rights reserved.