Package | Description |
---|---|
software.amazon.awssdk.codegen.model.intermediate |
Modifier and Type | Method and Description |
---|---|
EnumModel |
ShapeModel.findEnumModelByValue(String enumValue)
Returns the enum model for the given enum value.
|
Modifier and Type | Method and Description |
---|---|
List<EnumModel> |
ShapeModel.getEnums() |
Modifier and Type | Method and Description |
---|---|
void |
ShapeModel.addEnum(EnumModel enumModel) |
Modifier and Type | Method and Description |
---|---|
void |
ShapeModel.setEnums(List<EnumModel> enums) |
Copyright © 2020. All rights reserved.