| Package | Description |
|---|---|
| com.amazonaws.codegen.model.config.customization |
| Modifier and Type | Method and Description |
|---|---|
static DeprecatedSuppression |
DeprecatedSuppression.fromValue(String value) |
static DeprecatedSuppression |
DeprecatedSuppression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeprecatedSuppression[] |
DeprecatedSuppression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DeprecatedSuppression> |
CustomizationConfig.getDeprecatedSuppressions() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomizationConfig.setDeprecatedSuppressions(Set<DeprecatedSuppression> deprecatedSuppressions) |
Copyright © 2018. All rights reserved.