Uses of Class
software.amazon.awssdk.codegen.poet.model.TypeProvider.ShapeTransformation
-
Packages that use TypeProvider.ShapeTransformation Package Description software.amazon.awssdk.codegen.poet.model -
-
Uses of TypeProvider.ShapeTransformation in software.amazon.awssdk.codegen.poet.model
Methods in software.amazon.awssdk.codegen.poet.model that return TypeProvider.ShapeTransformation Modifier and Type Method Description static TypeProvider.ShapeTransformationTypeProvider.ShapeTransformation. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeProvider.ShapeTransformation[]TypeProvider.ShapeTransformation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.codegen.poet.model with parameters of type TypeProvider.ShapeTransformation Modifier and Type Method Description TypeProvider.TypeNameOptionsTypeProvider.TypeNameOptions. shapeTransformation(TypeProvider.ShapeTransformation shapeTransformation)
-