| Package | Description |
|---|---|
| com.amazonaws.codegen.internal | |
| com.amazonaws.codegen.model.service |
| Modifier and Type | Method and 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.isScalar(Shape shape) |
static boolean |
Utils.isStructure(Shape shape) |
| Modifier and Type | Method and 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).
|
| Modifier and Type | Method and Description |
|---|---|
Shape |
ServiceModel.getShape(String shapeName)
Convenience getter to retrieve a
Shape by name. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Shape> |
ServiceModel.getShapes() |
| Constructor and Description |
|---|
ServiceModel(ServiceMetadata metadata,
Map<String,Operation> operations,
Map<String,Shape> shapes,
Map<String,Authorizer> authorizers) |
Copyright © 2017. All rights reserved.