| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
static State |
State.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
State |
CreateEntityResponse.state()
The current state of the entity.
|
State |
UpdateComponentTypeResponse.state()
The current state of the component type.
|
State |
UpdateEntityResponse.state()
The current state of the entity update.
|
State |
DeleteEntityResponse.state()
The current state of the deleted entity.
|
State |
CreateComponentTypeResponse.state()
The current state of the component type.
|
State |
DeleteComponentTypeResponse.state()
The current state of the component type to be deleted.
|
State |
Status.state()
The current state of the entity, component, component type, or workspace.
|
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 |
|---|---|
static Set<State> |
State.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateEntityResponse.Builder |
CreateEntityResponse.Builder.state(State state)
The current state of the entity.
|
UpdateComponentTypeResponse.Builder |
UpdateComponentTypeResponse.Builder.state(State state)
The current state of the component type.
|
UpdateEntityResponse.Builder |
UpdateEntityResponse.Builder.state(State state)
The current state of the entity update.
|
DeleteEntityResponse.Builder |
DeleteEntityResponse.Builder.state(State state)
The current state of the deleted entity.
|
CreateComponentTypeResponse.Builder |
CreateComponentTypeResponse.Builder.state(State state)
The current state of the component type.
|
DeleteComponentTypeResponse.Builder |
DeleteComponentTypeResponse.Builder.state(State state)
The current state of the component type to be deleted.
|
Status.Builder |
Status.Builder.state(State state)
The current state of the entity, component, component type, or workspace.
|
Copyright © 2022. All rights reserved.