| Package | Description |
|---|---|
| software.amazon.awssdk.codegen.model.config.customization |
| Modifier and Type | Method and Description |
|---|---|
UnderscoresInNameBehavior |
CustomizationConfig.getUnderscoresInNameBehavior() |
static UnderscoresInNameBehavior |
UnderscoresInNameBehavior.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomizationConfig.setUnderscoresInNameBehavior(UnderscoresInNameBehavior behavior) |
CustomizationConfig |
CustomizationConfig.withUnderscoresInShapeNameBehavior(UnderscoresInNameBehavior behavior) |
Copyright © 2023. All rights reserved.