| 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 BatchPutPropertyValuesResponse |
IoTTwinMakerClient.batchPutPropertyValues(BatchPutPropertyValuesRequest batchPutPropertyValuesRequest)
Sets values for multiple time series properties.
|
default BatchPutPropertyValuesResponse |
IoTTwinMakerClient.batchPutPropertyValues(Consumer<BatchPutPropertyValuesRequest.Builder> batchPutPropertyValuesRequest)
Sets values for multiple time series properties.
|
default DeleteComponentTypeResponse |
IoTTwinMakerClient.deleteComponentType(Consumer<DeleteComponentTypeRequest.Builder> deleteComponentTypeRequest)
Deletes a component type.
|
default DeleteComponentTypeResponse |
IoTTwinMakerClient.deleteComponentType(DeleteComponentTypeRequest deleteComponentTypeRequest)
Deletes a component type.
|
default DeleteEntityResponse |
IoTTwinMakerClient.deleteEntity(Consumer<DeleteEntityRequest.Builder> deleteEntityRequest)
Deletes an entity.
|
default DeleteEntityResponse |
IoTTwinMakerClient.deleteEntity(DeleteEntityRequest deleteEntityRequest)
Deletes an entity.
|
default DeleteSceneResponse |
IoTTwinMakerClient.deleteScene(Consumer<DeleteSceneRequest.Builder> deleteSceneRequest)
Deletes a scene.
|
default DeleteSceneResponse |
IoTTwinMakerClient.deleteScene(DeleteSceneRequest deleteSceneRequest)
Deletes a scene.
|
default DeleteWorkspaceResponse |
IoTTwinMakerClient.deleteWorkspace(Consumer<DeleteWorkspaceRequest.Builder> deleteWorkspaceRequest)
Deletes a workspace.
|
default DeleteWorkspaceResponse |
IoTTwinMakerClient.deleteWorkspace(DeleteWorkspaceRequest deleteWorkspaceRequest)
Deletes a workspace.
|
default GetComponentTypeResponse |
IoTTwinMakerClient.getComponentType(Consumer<GetComponentTypeRequest.Builder> getComponentTypeRequest)
Retrieves information about a component type.
|
default GetComponentTypeResponse |
IoTTwinMakerClient.getComponentType(GetComponentTypeRequest getComponentTypeRequest)
Retrieves information about a component type.
|
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 GetPropertyValueResponse |
IoTTwinMakerClient.getPropertyValue(Consumer<GetPropertyValueRequest.Builder> getPropertyValueRequest)
Gets the property values for a component, component type, entity, or workspace.
|
default GetPropertyValueResponse |
IoTTwinMakerClient.getPropertyValue(GetPropertyValueRequest getPropertyValueRequest)
Gets the property values for a component, component type, entity, or workspace.
|
default GetPropertyValueHistoryResponse |
IoTTwinMakerClient.getPropertyValueHistory(Consumer<GetPropertyValueHistoryRequest.Builder> getPropertyValueHistoryRequest)
Retrieves information about the history of a time series property value for a component, component type, entity,
or workspace.
|
default GetPropertyValueHistoryResponse |
IoTTwinMakerClient.getPropertyValueHistory(GetPropertyValueHistoryRequest getPropertyValueHistoryRequest)
Retrieves information about the history of a time series property value for a component, component type, entity,
or workspace.
|
default GetPropertyValueHistoryIterable |
IoTTwinMakerClient.getPropertyValueHistoryPaginator(Consumer<GetPropertyValueHistoryRequest.Builder> getPropertyValueHistoryRequest)
Retrieves information about the history of a time series property value for a component, component type, entity,
or workspace.
|
default GetPropertyValueHistoryIterable |
IoTTwinMakerClient.getPropertyValueHistoryPaginator(GetPropertyValueHistoryRequest getPropertyValueHistoryRequest)
Retrieves information about the history of a time series property value for a component, component type, entity,
or workspace.
|
default GetSceneResponse |
IoTTwinMakerClient.getScene(Consumer<GetSceneRequest.Builder> getSceneRequest)
Retrieves information about a scene.
|
default GetSceneResponse |
IoTTwinMakerClient.getScene(GetSceneRequest getSceneRequest)
Retrieves information about a scene.
|
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 ListTagsForResourceResponse |
IoTTwinMakerClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all tags associated with a resource.
|
default ListTagsForResourceResponse |
IoTTwinMakerClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags associated with a resource.
|
default TagResourceResponse |
IoTTwinMakerClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds tags to a resource.
|
default TagResourceResponse |
IoTTwinMakerClient.tagResource(TagResourceRequest tagResourceRequest)
Adds tags to a resource.
|
default UntagResourceResponse |
IoTTwinMakerClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from a resource.
|
default UntagResourceResponse |
IoTTwinMakerClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
|
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 UpdateSceneResponse |
IoTTwinMakerClient.updateScene(Consumer<UpdateSceneRequest.Builder> updateSceneRequest)
Updates a scene.
|
default UpdateSceneResponse |
IoTTwinMakerClient.updateScene(UpdateSceneRequest updateSceneRequest)
Updates a scene.
|
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.