Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.State
-
Packages that use State Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of State in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return State Modifier and Type Method Description static StateState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StateCreateComponentTypeResponse. state()The current state of the component type.StateCreateEntityResponse. state()The current state of the entity.StateDeleteComponentTypeResponse. state()The current state of the component type to be deleted.StateDeleteEntityResponse. state()The current state of the deleted entity.StateStatus. state()The current state of the entity, component, component type, or workspace.StateUpdateComponentTypeResponse. state()The current state of the component type.StateUpdateEntityResponse. state()The current state of the entity update.static StateState. 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.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type State Modifier and Type Method Description static Set<State>State. knownValues()Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type State Modifier and Type Method Description CreateComponentTypeResponse.BuilderCreateComponentTypeResponse.Builder. state(State state)The current state of the component type.CreateEntityResponse.BuilderCreateEntityResponse.Builder. state(State state)The current state of the entity.DeleteComponentTypeResponse.BuilderDeleteComponentTypeResponse.Builder. state(State state)The current state of the component type to be deleted.DeleteEntityResponse.BuilderDeleteEntityResponse.Builder. state(State state)The current state of the deleted entity.Status.BuilderStatus.Builder. state(State state)The current state of the entity, component, component type, or workspace.UpdateComponentTypeResponse.BuilderUpdateComponentTypeResponse.Builder. state(State state)The current state of the component type.UpdateEntityResponse.BuilderUpdateEntityResponse.Builder. state(State state)The current state of the entity update.
-