Uses of Class
software.amazon.awssdk.codegen.model.service.ShapeType
-
Packages that use ShapeType Package Description software.amazon.awssdk.codegen.model.service -
-
Uses of ShapeType in software.amazon.awssdk.codegen.model.service
Methods in software.amazon.awssdk.codegen.model.service that return ShapeType Modifier and Type Method Description 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.
-