| Package | Description |
|---|---|
| com.amazonaws.codegen | |
| com.amazonaws.codegen.model.intermediate |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ShapeModel> |
IntermediateModelShapeProcessor.process(Map<String,OperationModel> currentOperations,
Map<String,ShapeModel> currentShapes) |
Map<String,ShapeModel> |
AddEmptyOutputShape.process(Map<String,OperationModel> currentOperations,
Map<String,ShapeModel> currentShapes) |
| Modifier and Type | Method and Description |
|---|---|
OperationModel |
IntermediateModel.getOperation(String operationName) |
OperationModel |
WaiterDefinitionModel.getOperationModel() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,OperationModel> |
IntermediateModel.getOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
WaiterDefinitionModel.setOperationModel(OperationModel operationModel) |
| Constructor and Description |
|---|
IntermediateModel(Metadata metadata,
Map<String,OperationModel> operations,
Map<String,ShapeModel> shapes,
CustomizationConfig customizationConfig,
ServiceExamples examples) |
IntermediateModel(Metadata metadata,
Map<String,OperationModel> operations,
Map<String,ShapeModel> shapes,
CustomizationConfig customizationConfig,
ServiceExamples examples,
Map<String,WaiterDefinitionModel> waiters,
Map<String,AuthorizerModel> customAuthorizers) |
Copyright © 2017. All rights reserved.