Searched defs:updateBehavior (Results 1 – 4 of 4) sorted by relevance
34 private final UpdateBehavior updateBehavior; field in UpdateBehaviorTag36 private UpdateBehaviorTag(UpdateBehavior updateBehavior) { in UpdateBehaviorTag()40 public static UpdateBehaviorTag fromUpdateBehavior(UpdateBehavior updateBehavior) { in fromUpdateBehavior()
111 …tic SetAction setValue(String attributeName, AttributeValue value, UpdateBehavior updateBehavior) { in setValue()125 private static Function<String, String> behaviorBasedValue(UpdateBehavior updateBehavior) { in behaviorBasedValue()
119 public static StaticAttributeTag updateBehavior(UpdateBehavior updateBehavior) { in updateBehavior() argument
78 UpdateBehavior updateBehavior = customMetadataObject.get(); in testCustomMetadataObjectTags() local