| 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 DeleteEntityResponse |
IoTTwinMakerClient.deleteEntity(Consumer<DeleteEntityRequest.Builder> deleteEntityRequest)
Deletes an entity.
|
default DeleteEntityResponse |
IoTTwinMakerClient.deleteEntity(DeleteEntityRequest deleteEntityRequest)
Deletes an entity.
|
default GetEntityResponse |
IoTTwinMakerClient.getEntity(Consumer<GetEntityRequest.Builder> getEntityRequest)
Retrieves information about an entity.
|
default GetEntityResponse |
IoTTwinMakerClient.getEntity(GetEntityRequest getEntityRequest)
Retrieves information about an entity.
|
default GetWorkspaceResponse |
IoTTwinMakerClient.getWorkspace(Consumer<GetWorkspaceRequest.Builder> getWorkspaceRequest)
Retrieves information about a workspace.
|
default GetWorkspaceResponse |
IoTTwinMakerClient.getWorkspace(GetWorkspaceRequest getWorkspaceRequest)
Retrieves information about a workspace.
|
default ListEntitiesResponse |
IoTTwinMakerClient.listEntities(Consumer<ListEntitiesRequest.Builder> listEntitiesRequest)
Lists all entities in a workspace.
|
default ListEntitiesResponse |
IoTTwinMakerClient.listEntities(ListEntitiesRequest listEntitiesRequest)
Lists all entities in a workspace.
|
default ListEntitiesIterable |
IoTTwinMakerClient.listEntitiesPaginator(Consumer<ListEntitiesRequest.Builder> listEntitiesRequest)
Lists all entities in a workspace.
|
default ListEntitiesIterable |
IoTTwinMakerClient.listEntitiesPaginator(ListEntitiesRequest listEntitiesRequest)
Lists all entities in a workspace.
|
default ListWorkspacesResponse |
IoTTwinMakerClient.listWorkspaces(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest)
Retrieves information about workspaces in the current account.
|
default ListWorkspacesResponse |
IoTTwinMakerClient.listWorkspaces(ListWorkspacesRequest listWorkspacesRequest)
Retrieves information about workspaces in the current account.
|
default ListWorkspacesIterable |
IoTTwinMakerClient.listWorkspacesPaginator(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest)
Retrieves information about workspaces in the current account.
|
default ListWorkspacesIterable |
IoTTwinMakerClient.listWorkspacesPaginator(ListWorkspacesRequest listWorkspacesRequest)
Retrieves information about workspaces in the current account.
|
default UpdateComponentTypeResponse |
IoTTwinMakerClient.updateComponentType(Consumer<UpdateComponentTypeRequest.Builder> updateComponentTypeRequest)
Updates information in a component type.
|
default UpdateComponentTypeResponse |
IoTTwinMakerClient.updateComponentType(UpdateComponentTypeRequest updateComponentTypeRequest)
Updates information in a component type.
|
default UpdateEntityResponse |
IoTTwinMakerClient.updateEntity(Consumer<UpdateEntityRequest.Builder> updateEntityRequest)
Updates an entity.
|
default UpdateEntityResponse |
IoTTwinMakerClient.updateEntity(UpdateEntityRequest updateEntityRequest)
Updates an entity.
|
default UpdateWorkspaceResponse |
IoTTwinMakerClient.updateWorkspace(Consumer<UpdateWorkspaceRequest.Builder> updateWorkspaceRequest)
Updates a workspace.
|
default UpdateWorkspaceResponse |
IoTTwinMakerClient.updateWorkspace(UpdateWorkspaceRequest updateWorkspaceRequest)
Updates a workspace.
|
Copyright © 2022. All rights reserved.