| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker |
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateComponentTypeResult> |
AWSIoTTwinMakerAsyncClient.createComponentTypeAsync(CreateComponentTypeRequest request,
AsyncHandler<CreateComponentTypeRequest,CreateComponentTypeResult> asyncHandler) |
Future<CreateComponentTypeResult> |
AbstractAWSIoTTwinMakerAsync.createComponentTypeAsync(CreateComponentTypeRequest request,
AsyncHandler<CreateComponentTypeRequest,CreateComponentTypeResult> asyncHandler) |
Future<CreateComponentTypeResult> |
AWSIoTTwinMakerAsync.createComponentTypeAsync(CreateComponentTypeRequest createComponentTypeRequest,
AsyncHandler<CreateComponentTypeRequest,CreateComponentTypeResult> asyncHandler)
Creates a component type.
|
| Modifier and Type | Method and Description |
|---|---|
CreateComponentTypeRequest |
CreateComponentTypeRequest.addCompositeComponentTypesEntry(String key,
CompositeComponentTypeRequest value)
Add a single CompositeComponentTypes entry
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.addFunctionsEntry(String key,
FunctionRequest value)
Add a single Functions entry
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.addPropertyDefinitionsEntry(String key,
PropertyDefinitionRequest value)
Add a single PropertyDefinitions entry
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.addPropertyGroupsEntry(String key,
PropertyGroupRequest value)
Add a single PropertyGroups entry
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.clearCompositeComponentTypesEntries()
Removes all the entries added into CompositeComponentTypes.
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.clearFunctionsEntries()
Removes all the entries added into Functions.
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.clearPropertyDefinitionsEntries()
Removes all the entries added into PropertyDefinitions.
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.clearPropertyGroupsEntries()
Removes all the entries added into PropertyGroups.
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.clone() |
CreateComponentTypeRequest |
CreateComponentTypeRequest.withComponentTypeId(String componentTypeId)
The ID of the component type.
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.withComponentTypeName(String componentTypeName)
A friendly name for the component type.
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.withCompositeComponentTypes(Map<String,CompositeComponentTypeRequest> compositeComponentTypes)
This is an object that maps strings to
compositeComponentTypes of the componentType. |
CreateComponentTypeRequest |
CreateComponentTypeRequest.withDescription(String description)
The description of the component type.
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.withExtendsFrom(Collection<String> extendsFrom)
Specifies the parent component type to extend.
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.withExtendsFrom(String... extendsFrom)
Specifies the parent component type to extend.
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.withFunctions(Map<String,FunctionRequest> functions)
An object that maps strings to the functions in the component type.
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.withIsSingleton(Boolean isSingleton)
A Boolean value that specifies whether an entity can have more than one component of this type.
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.withPropertyDefinitions(Map<String,PropertyDefinitionRequest> propertyDefinitions)
An object that maps strings to the property definitions in the component type.
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.withPropertyGroups(Map<String,PropertyGroupRequest> propertyGroups)
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.withTags(Map<String,String> tags)
Metadata that you can use to manage the component type.
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.withWorkspaceId(String workspaceId)
The ID of the workspace that contains the component type.
|
Copyright © 2024. All rights reserved.