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 boolean
Utils. isEnumShape(Shape shape)
static boolean
Utils. isExceptionShape(Shape shape)
static boolean
Utils. isListShape(Shape shape)
static boolean
Utils. isMapShape(Shape shape)
static boolean
Utils. isOrContainsEnumShape(Shape shape, Map<String,Shape> allShapes)
static boolean
Utils. isScalar(Shape shape)
static boolean
Utils. isStructure(Shape shape)
Method parameters in software.amazon.awssdk.codegen.internal with type arguments of type Shape Modifier and Type Method Description String
TypeUtils. getJavaDataType(Map<String,Shape> shapes, String shapeName)
Returns the default Java type of the specified shape.String
TypeUtils. 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 boolean
Utils. 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 Shape
CustomSdkShapes. 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 void
CustomSdkShapes. 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 Shape
ServiceModel. getShape(String shapeName)
Convenience getter to retrieve aShape
by 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 void
ServiceModel. 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 String
DefaultNamingStrategy. getBeanStyleGetterMethodName(String memberName, Shape parentShape, Shape c2jShape)
String
NamingStrategy. getBeanStyleGetterMethodName(String memberName, Shape parentShape, Shape c2jShape)
String
DefaultNamingStrategy. getBeanStyleSetterMethodName(String memberName, Shape parentShape, Shape c2jShape)
String
NamingStrategy. getBeanStyleSetterMethodName(String memberName, Shape parentShape, Shape c2jShape)
String
DefaultNamingStrategy. getExistenceCheckMethodName(String memberName, Shape parentShape)
String
NamingStrategy. getExistenceCheckMethodName(String memberName, Shape parentShape)
Names a method that would check for existence of the member in the response.String
DefaultNamingStrategy. getFluentEnumGetterMethodName(String memberName, Shape parentShape, Shape shape)
String
NamingStrategy. getFluentEnumGetterMethodName(String memberName, Shape parentShape, Shape shape)
String
DefaultNamingStrategy. getFluentEnumSetterMethodName(String memberName, Shape parentShape, Shape shape)
String
NamingStrategy. getFluentEnumSetterMethodName(String memberName, Shape parentShape, Shape shape)
String
DefaultNamingStrategy. getFluentGetterMethodName(String memberName, Shape parentShape, Shape shape)
String
NamingStrategy. getFluentGetterMethodName(String memberName, Shape parentShape, Shape shape)
String
DefaultNamingStrategy. getFluentSetterMethodName(String memberName, Shape parentShape, Shape shape)
String
NamingStrategy. getFluentSetterMethodName(String memberName, Shape parentShape, Shape shape)
-