Uses of Class
software.amazon.awssdk.codegen.model.intermediate.EnumModel
-
Packages that use EnumModel Package Description software.amazon.awssdk.codegen.model.intermediate -
-
Uses of EnumModel in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate that return EnumModel Modifier and Type Method Description EnumModel
ShapeModel. findEnumModelByValue(String enumValue)
Returns the enum model for the given enum value.Methods in software.amazon.awssdk.codegen.model.intermediate that return types with arguments of type EnumModel Modifier and Type Method Description List<EnumModel>
ShapeModel. getEnums()
Methods in software.amazon.awssdk.codegen.model.intermediate with parameters of type EnumModel Modifier and Type Method Description void
ShapeModel. addEnum(EnumModel enumModel)
Method parameters in software.amazon.awssdk.codegen.model.intermediate with type arguments of type EnumModel Modifier and Type Method Description void
ShapeModel. setEnums(List<EnumModel> enums)
-