Uses of Class
software.amazon.awssdk.codegen.model.config.customization.UnderscoresInNameBehavior
-
Packages that use UnderscoresInNameBehavior Package Description software.amazon.awssdk.codegen.model.config.customization -
-
Uses of UnderscoresInNameBehavior in software.amazon.awssdk.codegen.model.config.customization
Methods in software.amazon.awssdk.codegen.model.config.customization that return UnderscoresInNameBehavior Modifier and Type Method Description UnderscoresInNameBehaviorCustomizationConfig. getUnderscoresInNameBehavior()static UnderscoresInNameBehaviorUnderscoresInNameBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static UnderscoresInNameBehavior[]UnderscoresInNameBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.codegen.model.config.customization with parameters of type UnderscoresInNameBehavior Modifier and Type Method Description voidCustomizationConfig. setUnderscoresInNameBehavior(UnderscoresInNameBehavior behavior)CustomizationConfigCustomizationConfig. withUnderscoresInShapeNameBehavior(UnderscoresInNameBehavior behavior)
-