Uses of Enum
software.amazon.awssdk.services.iottwinmaker.model.SceneErrorCode
Packages that use SceneErrorCode
-
Uses of SceneErrorCode in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return SceneErrorCodeModifier and TypeMethodDescriptionfinal SceneErrorCodeSceneError.code()The SceneError code.static SceneErrorCodeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static SceneErrorCodeReturns the enum constant of this type with the specified name.static SceneErrorCode[]SceneErrorCode.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 SceneErrorCodeMethods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type SceneErrorCodeModifier and TypeMethodDescriptionSceneError.Builder.code(SceneErrorCode code) The SceneError code.