| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
Status |
Status.clone() |
Status |
EntitySummary.getStatus()
The current status of the entity.
|
Status |
GetEntityResult.getStatus()
The current status of the entity.
|
Status |
GetComponentTypeResult.getStatus()
The current status of the component type.
|
Status |
ComponentTypeSummary.getStatus()
The current status of the component type.
|
Status |
ComponentSummary.getStatus()
The status of the component type.
|
Status |
ComponentResponse.getStatus()
The status of the component type.
|
Status |
Status.withError(ErrorDetails error)
The error message.
|
Status |
Status.withState(State state)
The current state of the entity, component, component type, or workspace.
|
Status |
Status.withState(String state)
The current state of the entity, component, component type, or workspace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntitySummary.setStatus(Status status)
The current status of the entity.
|
void |
GetEntityResult.setStatus(Status status)
The current status of the entity.
|
void |
GetComponentTypeResult.setStatus(Status status)
The current status of the component type.
|
void |
ComponentTypeSummary.setStatus(Status status)
The current status of the component type.
|
void |
ComponentSummary.setStatus(Status status)
The status of the component type.
|
void |
ComponentResponse.setStatus(Status status)
The status of the component type.
|
EntitySummary |
EntitySummary.withStatus(Status status)
The current status of the entity.
|
GetEntityResult |
GetEntityResult.withStatus(Status status)
The current status of the entity.
|
GetComponentTypeResult |
GetComponentTypeResult.withStatus(Status status)
The current status of the component type.
|
ComponentTypeSummary |
ComponentTypeSummary.withStatus(Status status)
The current status of the component type.
|
ComponentSummary |
ComponentSummary.withStatus(Status status)
The status of the component type.
|
ComponentResponse |
ComponentResponse.withStatus(Status status)
The status of the component type.
|
Copyright © 2024. All rights reserved.