| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
static State |
State.fromValue(String value)
Use this in place of valueOf.
|
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEntityResult |
UpdateEntityResult.withState(State state)
The current state of the entity update.
|
UpdateComponentTypeResult |
UpdateComponentTypeResult.withState(State state)
The current state of the component type.
|
DeleteEntityResult |
DeleteEntityResult.withState(State state)
The current state of the deleted entity.
|
DeleteComponentTypeResult |
DeleteComponentTypeResult.withState(State state)
The current state of the component type to be deleted.
|
CreateComponentTypeResult |
CreateComponentTypeResult.withState(State state)
The current state of the component type.
|
CreateEntityResult |
CreateEntityResult.withState(State state)
The current state of the entity.
|
Status |
Status.withState(State state)
The current state of the entity, component, component type, or workspace.
|
Copyright © 2024. All rights reserved.