| 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 |
|---|---|
GetComponentTypeResult |
AbstractAWSIoTTwinMaker.getComponentType(GetComponentTypeRequest request) |
GetComponentTypeResult |
AWSIoTTwinMaker.getComponentType(GetComponentTypeRequest getComponentTypeRequest)
Retrieves information about a component type.
|
GetComponentTypeResult |
AWSIoTTwinMakerClient.getComponentType(GetComponentTypeRequest request)
Retrieves information about a component type.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetComponentTypeResult> |
AbstractAWSIoTTwinMakerAsync.getComponentTypeAsync(GetComponentTypeRequest request,
AsyncHandler<GetComponentTypeRequest,GetComponentTypeResult> asyncHandler) |
Future<GetComponentTypeResult> |
AWSIoTTwinMakerAsync.getComponentTypeAsync(GetComponentTypeRequest getComponentTypeRequest,
AsyncHandler<GetComponentTypeRequest,GetComponentTypeResult> asyncHandler)
Retrieves information about a component type.
|
Future<GetComponentTypeResult> |
AWSIoTTwinMakerAsyncClient.getComponentTypeAsync(GetComponentTypeRequest request,
AsyncHandler<GetComponentTypeRequest,GetComponentTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetComponentTypeResult |
GetComponentTypeResult.addFunctionsEntry(String key,
FunctionResponse value)
Add a single Functions entry
|
GetComponentTypeResult |
GetComponentTypeResult.addPropertyDefinitionsEntry(String key,
PropertyDefinitionResponse value)
Add a single PropertyDefinitions entry
|
GetComponentTypeResult |
GetComponentTypeResult.addPropertyGroupsEntry(String key,
PropertyGroupResponse value)
Add a single PropertyGroups entry
|
GetComponentTypeResult |
GetComponentTypeResult.clearFunctionsEntries()
Removes all the entries added into Functions.
|
GetComponentTypeResult |
GetComponentTypeResult.clearPropertyDefinitionsEntries()
Removes all the entries added into PropertyDefinitions.
|
GetComponentTypeResult |
GetComponentTypeResult.clearPropertyGroupsEntries()
Removes all the entries added into PropertyGroups.
|
GetComponentTypeResult |
GetComponentTypeResult.clone() |
GetComponentTypeResult |
GetComponentTypeResult.withArn(String arn)
The ARN of the component type.
|
GetComponentTypeResult |
GetComponentTypeResult.withComponentTypeId(String componentTypeId)
The ID of the component type.
|
GetComponentTypeResult |
GetComponentTypeResult.withComponentTypeName(String componentTypeName)
The component type name.
|
GetComponentTypeResult |
GetComponentTypeResult.withCreationDateTime(Date creationDateTime)
The date and time when the component type was created.
|
GetComponentTypeResult |
GetComponentTypeResult.withDescription(String description)
The description of the component type.
|
GetComponentTypeResult |
GetComponentTypeResult.withExtendsFrom(Collection<String> extendsFrom)
The name of the parent component type that this component type extends.
|
GetComponentTypeResult |
GetComponentTypeResult.withExtendsFrom(String... extendsFrom)
The name of the parent component type that this component type extends.
|
GetComponentTypeResult |
GetComponentTypeResult.withFunctions(Map<String,FunctionResponse> functions)
An object that maps strings to the functions in the component type.
|
GetComponentTypeResult |
GetComponentTypeResult.withIsAbstract(Boolean isAbstract)
A Boolean value that specifies whether the component type is abstract.
|
GetComponentTypeResult |
GetComponentTypeResult.withIsSchemaInitialized(Boolean isSchemaInitialized)
A Boolean value that specifies whether the component type has a schema initializer and that the schema
initializer has run.
|
GetComponentTypeResult |
GetComponentTypeResult.withIsSingleton(Boolean isSingleton)
A Boolean value that specifies whether an entity can have more than one component of this type.
|
GetComponentTypeResult |
GetComponentTypeResult.withPropertyDefinitions(Map<String,PropertyDefinitionResponse> propertyDefinitions)
An object that maps strings to the property definitions in the component type.
|
GetComponentTypeResult |
GetComponentTypeResult.withPropertyGroups(Map<String,PropertyGroupResponse> propertyGroups)
The maximum number of results to return at one time.
|
GetComponentTypeResult |
GetComponentTypeResult.withStatus(Status status)
The current status of the component type.
|
GetComponentTypeResult |
GetComponentTypeResult.withSyncSource(String syncSource)
The syncSource of the SyncJob, if this entity was created by a SyncJob.
|
GetComponentTypeResult |
GetComponentTypeResult.withUpdateDateTime(Date updateDateTime)
The date and time when the component was last updated.
|
GetComponentTypeResult |
GetComponentTypeResult.withWorkspaceId(String workspaceId)
The ID of the workspace that contains the component type.
|
Copyright © 2023. All rights reserved.