Uses of Enum
software.amazon.awssdk.services.iottwinmaker.model.PropertyUpdateType
Packages that use PropertyUpdateType
-
Uses of PropertyUpdateType in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PropertyUpdateTypeModifier and TypeMethodDescriptionstatic PropertyUpdateTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PropertyUpdateTypePropertyRequest.updateType()The update type of the update property request.static PropertyUpdateTypeReturns the enum constant of this type with the specified name.static PropertyUpdateType[]PropertyUpdateType.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 PropertyUpdateTypeModifier and TypeMethodDescriptionstatic Set<PropertyUpdateType>PropertyUpdateType.knownValues()Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type PropertyUpdateTypeModifier and TypeMethodDescriptionPropertyRequest.Builder.updateType(PropertyUpdateType updateType) The update type of the update property request.