| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentTypeSummary |
ComponentTypeSummary.clone() |
ComponentTypeSummary |
ComponentTypeSummary.withArn(String arn)
The ARN of the component type.
|
ComponentTypeSummary |
ComponentTypeSummary.withComponentTypeId(String componentTypeId)
The ID of the component type.
|
ComponentTypeSummary |
ComponentTypeSummary.withCreationDateTime(Date creationDateTime)
The date and time when the component type was created.
|
ComponentTypeSummary |
ComponentTypeSummary.withDescription(String description)
The description of the component type.
|
ComponentTypeSummary |
ComponentTypeSummary.withStatus(Status status)
The current status of the component type.
|
ComponentTypeSummary |
ComponentTypeSummary.withUpdateDateTime(Date updateDateTime)
The date and time when the component type was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentTypeSummary> |
ListComponentTypesResult.getComponentTypeSummaries()
A list of objects that contain information about the component types.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentTypesResult |
ListComponentTypesResult.withComponentTypeSummaries(ComponentTypeSummary... componentTypeSummaries)
A list of objects that contain information about the component types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListComponentTypesResult.setComponentTypeSummaries(Collection<ComponentTypeSummary> componentTypeSummaries)
A list of objects that contain information about the component types.
|
ListComponentTypesResult |
ListComponentTypesResult.withComponentTypeSummaries(Collection<ComponentTypeSummary> componentTypeSummaries)
A list of objects that contain information about the component types.
|
Copyright © 2022. All rights reserved.