| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker |
IoT TwinMaker is a service that enables you to build operational digital twins of physical systems.
|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateComponentTypeResult> |
AbstractAWSIoTTwinMakerAsync.updateComponentTypeAsync(UpdateComponentTypeRequest request,
AsyncHandler<UpdateComponentTypeRequest,UpdateComponentTypeResult> asyncHandler) |
Future<UpdateComponentTypeResult> |
AWSIoTTwinMakerAsync.updateComponentTypeAsync(UpdateComponentTypeRequest updateComponentTypeRequest,
AsyncHandler<UpdateComponentTypeRequest,UpdateComponentTypeResult> asyncHandler)
Updates information in a component type.
|
Future<UpdateComponentTypeResult> |
AWSIoTTwinMakerAsyncClient.updateComponentTypeAsync(UpdateComponentTypeRequest request,
AsyncHandler<UpdateComponentTypeRequest,UpdateComponentTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.addFunctionsEntry(String key,
FunctionRequest value)
Add a single Functions entry
|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.addPropertyDefinitionsEntry(String key,
PropertyDefinitionRequest value)
Add a single PropertyDefinitions entry
|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.addPropertyGroupsEntry(String key,
PropertyGroupRequest value)
Add a single PropertyGroups entry
|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.clearFunctionsEntries()
Removes all the entries added into Functions.
|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.clearPropertyDefinitionsEntries()
Removes all the entries added into PropertyDefinitions.
|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.clearPropertyGroupsEntries()
Removes all the entries added into PropertyGroups.
|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.clone() |
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.withComponentTypeId(String componentTypeId)
The ID of the component type.
|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.withComponentTypeName(String componentTypeName)
The component type name.
|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.withDescription(String description)
The description of the component type.
|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.withExtendsFrom(Collection<String> extendsFrom)
Specifies the component type that this component type extends.
|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.withExtendsFrom(String... extendsFrom)
Specifies the component type that this component type extends.
|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.withFunctions(Map<String,FunctionRequest> functions)
An object that maps strings to the functions in the component type.
|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.withIsSingleton(Boolean isSingleton)
A Boolean value that specifies whether an entity can have more than one component of this type.
|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.withPropertyDefinitions(Map<String,PropertyDefinitionRequest> propertyDefinitions)
An object that maps strings to the property definitions in the component type.
|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.withPropertyGroups(Map<String,PropertyGroupRequest> propertyGroups)
The property groups
|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.withWorkspaceId(String workspaceId)
The ID of the workspace.
|
Copyright © 2023. All rights reserved.