public class IntermediateModelRetriever extends Object
| Constructor and Description |
|---|
IntermediateModelRetriever() |
| Modifier and Type | Method and Description |
|---|---|
static com.amazonaws.codegen.model.intermediate.IntermediateModel |
deserializeIntermediateModel(InputStream in)
Retrieves a serialized intermediate model.
|
static List<com.amazonaws.codegen.model.intermediate.IntermediateModel> |
getDependencyIntermediateModels()
Returns a list of materialized intermediate models from SDK dependencies
on the classpath.
|
public static List<com.amazonaws.codegen.model.intermediate.IntermediateModel> getDependencyIntermediateModels() throws IOException
IOException - if intermediate models cannot be retrievedpublic static com.amazonaws.codegen.model.intermediate.IntermediateModel deserializeIntermediateModel(InputStream in) throws IOException
in - stream containing JSON serialized intermediate modelIOException - if intermediate model cannot be read or materializedCopyright © 2016. All Rights Reserved.