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