Uses of Enum
software.amazon.awssdk.services.iottwinmaker.model.State
Packages that use State
-
Uses of State in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return StateModifier and TypeMethodDescriptionstatic StateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StateCreateComponentTypeResponse.state()The current state of the component type.final StateCreateEntityResponse.state()The current state of the entity.final StateDeleteComponentTypeResponse.state()The current state of the component type to be deleted.final StateDeleteEntityResponse.state()The current state of the deleted entity.final StateStatus.state()The current state of the entity, component, component type, or workspace.final StateUpdateComponentTypeResponse.state()The current state of the component type.final StateUpdateEntityResponse.state()The current state of the entity update.static StateReturns 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 StateMethods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type StateModifier and TypeMethodDescriptionThe current state of the component type.The current state of the entity.The current state of the component type to be deleted.The current state of the deleted entity.The current state of the entity, component, component type, or workspace.The current state of the component type.The current state of the entity update.