Uses of Enum
software.amazon.awssdk.services.iottwinmaker.model.ParentEntityUpdateType
Packages that use ParentEntityUpdateType
-
Uses of ParentEntityUpdateType in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ParentEntityUpdateTypeModifier and TypeMethodDescriptionstatic ParentEntityUpdateTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ParentEntityUpdateTypeParentEntityUpdateRequest.updateType()The type of the update.static ParentEntityUpdateTypeReturns 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 ParentEntityUpdateTypeModifier and TypeMethodDescriptionstatic Set<ParentEntityUpdateType>ParentEntityUpdateType.knownValues()Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type ParentEntityUpdateTypeModifier and TypeMethodDescriptionParentEntityUpdateRequest.Builder.updateType(ParentEntityUpdateType updateType) The type of the update.