Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ParentEntityUpdateType
-
Packages that use ParentEntityUpdateType Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of ParentEntityUpdateType in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ParentEntityUpdateType Modifier and Type Method Description static ParentEntityUpdateTypeParentEntityUpdateType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ParentEntityUpdateTypeParentEntityUpdateRequest. updateType()The type of the update.static ParentEntityUpdateTypeParentEntityUpdateType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParentEntityUpdateType[]ParentEntityUpdateType. 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 ParentEntityUpdateType Modifier and Type Method Description static Set<ParentEntityUpdateType>ParentEntityUpdateType. knownValues()Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type ParentEntityUpdateType Modifier and Type Method Description ParentEntityUpdateRequest.BuilderParentEntityUpdateRequest.Builder. updateType(ParentEntityUpdateType updateType)The type of the update.
-