Package | Description |
---|---|
software.amazon.awssdk.codegen.internal | |
software.amazon.awssdk.codegen.model.intermediate |
Modifier and Type | Method and Description |
---|---|
static String |
DocumentationUtils.createLinkToServiceDocumentation(Metadata metadata,
ShapeModel shapeModel)
Create the HTML for a link to the operation/shape core AWS docs site
|
static String |
DocumentationUtils.createLinkToServiceDocumentation(Metadata metadata,
String name)
Create the HTML for a link to the operation/shape core AWS docs site
|
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,
OperationModel endpointOperation,
Map<String,AuthorizerModel> customAuthorizers,
Map<String,PaginatorDefinition> paginators,
NamingStrategy namingStrategy) |
Copyright © 2019. All rights reserved.