Uses of Class
software.amazon.awssdk.codegen.model.intermediate.ShapeType
-
Packages that use ShapeType Package Description software.amazon.awssdk.codegen.model.intermediate -
-
Uses of ShapeType in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate that return ShapeType Modifier and Type Method Description static ShapeTypeShapeType. fromValue(String value)ShapeTypeShapeModel. getShapeType()static ShapeTypeShapeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ShapeType[]ShapeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.codegen.model.intermediate with parameters of type ShapeType Modifier and Type Method Description voidShapeModel. setType(ShapeType shapeType)
-