| 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 |
|---|---|
CreateComponentTypeResult |
AbstractAWSIoTTwinMaker.createComponentType(CreateComponentTypeRequest request) |
CreateComponentTypeResult |
AWSIoTTwinMaker.createComponentType(CreateComponentTypeRequest createComponentTypeRequest)
Creates a component type.
|
CreateComponentTypeResult |
AWSIoTTwinMakerClient.createComponentType(CreateComponentTypeRequest request)
Creates a component type.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateComponentTypeResult> |
AbstractAWSIoTTwinMakerAsync.createComponentTypeAsync(CreateComponentTypeRequest request,
AsyncHandler<CreateComponentTypeRequest,CreateComponentTypeResult> asyncHandler) |
Future<CreateComponentTypeResult> |
AWSIoTTwinMakerAsync.createComponentTypeAsync(CreateComponentTypeRequest createComponentTypeRequest,
AsyncHandler<CreateComponentTypeRequest,CreateComponentTypeResult> asyncHandler)
Creates a component type.
|
Future<CreateComponentTypeResult> |
AWSIoTTwinMakerAsyncClient.createComponentTypeAsync(CreateComponentTypeRequest request,
AsyncHandler<CreateComponentTypeRequest,CreateComponentTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateComponentTypeResult |
CreateComponentTypeResult.clone() |
CreateComponentTypeResult |
CreateComponentTypeResult.withArn(String arn)
The ARN of the component type.
|
CreateComponentTypeResult |
CreateComponentTypeResult.withCreationDateTime(Date creationDateTime)
The date and time when the entity was created.
|
CreateComponentTypeResult |
CreateComponentTypeResult.withState(State state)
The current state of the component type.
|
CreateComponentTypeResult |
CreateComponentTypeResult.withState(String state)
The current state of the component type.
|
Copyright © 2023. All rights reserved.