Uses of Class
software.amazon.awssdk.codegen.model.service.Shape
-
-
Uses of Shape in software.amazon.awssdk.codegen.internal
Methods in software.amazon.awssdk.codegen.internal with parameters of type Shape Modifier and Type Method Description static booleanUtils. isEnumShape(Shape shape)static booleanUtils. isExceptionShape(Shape shape)static booleanUtils. isListShape(Shape shape)static booleanUtils. isMapShape(Shape shape)static booleanUtils. isOrContainsEnumShape(Shape shape, Map<String,Shape> allShapes)static booleanUtils. isScalar(Shape shape)static booleanUtils. isStructure(Shape shape)Method parameters in software.amazon.awssdk.codegen.internal with type arguments of type Shape Modifier and Type Method Description StringTypeUtils. getJavaDataType(Map<String,Shape> shapes, String shapeName)Returns the default Java type of the specified shape.StringTypeUtils. getJavaDataType(Map<String,Shape> shapes, String shapeName, CustomizationConfig customConfig)Returns the Java type of the specified shape with potential customization (such as auto-construct list or map).static booleanUtils. isOrContainsEnumShape(Shape shape, Map<String,Shape> allShapes) -
Uses of Shape in software.amazon.awssdk.codegen.model.config.customization
Methods in software.amazon.awssdk.codegen.model.config.customization that return Shape Modifier and Type Method Description ShapeCustomSdkShapes. getShape(String shapeName)Methods in software.amazon.awssdk.codegen.model.config.customization that return types with arguments of type Shape Modifier and Type Method Description Map<String,Shape>CustomSdkShapes. getShapes()Method parameters in software.amazon.awssdk.codegen.model.config.customization with type arguments of type Shape Modifier and Type Method Description voidCustomSdkShapes. setShapes(Map<String,Shape> shapes) -
Uses of Shape in software.amazon.awssdk.codegen.model.service
Methods in software.amazon.awssdk.codegen.model.service that return Shape Modifier and Type Method Description ShapeServiceModel. getShape(String shapeName)Convenience getter to retrieve aShapeby name.Methods in software.amazon.awssdk.codegen.model.service that return types with arguments of type Shape Modifier and Type Method Description Map<String,Shape>ServiceModel. getShapes()Method parameters in software.amazon.awssdk.codegen.model.service with type arguments of type Shape Modifier and Type Method Description voidServiceModel. setShapes(Map<String,Shape> shapes) -
Uses of Shape in software.amazon.awssdk.codegen.naming
Methods in software.amazon.awssdk.codegen.naming with parameters of type Shape Modifier and Type Method Description StringDefaultNamingStrategy. getBeanStyleGetterMethodName(String memberName, Shape parentShape, Shape c2jShape)StringNamingStrategy. getBeanStyleGetterMethodName(String memberName, Shape parentShape, Shape c2jShape)StringDefaultNamingStrategy. getBeanStyleSetterMethodName(String memberName, Shape parentShape, Shape c2jShape)StringNamingStrategy. getBeanStyleSetterMethodName(String memberName, Shape parentShape, Shape c2jShape)StringDefaultNamingStrategy. getExistenceCheckMethodName(String memberName, Shape parentShape)StringNamingStrategy. getExistenceCheckMethodName(String memberName, Shape parentShape)Names a method that would check for existence of the member in the response.StringDefaultNamingStrategy. getFluentEnumGetterMethodName(String memberName, Shape parentShape, Shape shape)StringNamingStrategy. getFluentEnumGetterMethodName(String memberName, Shape parentShape, Shape shape)StringDefaultNamingStrategy. getFluentEnumSetterMethodName(String memberName, Shape parentShape, Shape shape)StringNamingStrategy. getFluentEnumSetterMethodName(String memberName, Shape parentShape, Shape shape)StringDefaultNamingStrategy. getFluentGetterMethodName(String memberName, Shape parentShape, Shape shape)StringNamingStrategy. getFluentGetterMethodName(String memberName, Shape parentShape, Shape shape)StringDefaultNamingStrategy. getFluentSetterMethodName(String memberName, Shape parentShape, Shape shape)StringNamingStrategy. getFluentSetterMethodName(String memberName, Shape parentShape, Shape shape)
-