Package | Description |
---|---|
software.amazon.awssdk.codegen.docs | |
software.amazon.awssdk.codegen.model.intermediate |
Modifier and Type | Method and Description |
---|---|
DocConfiguration |
DocConfiguration.isConsumerBuilder(boolean isConsumerBuilder) |
Modifier and Type | Method and Description |
---|---|
software.amazon.awssdk.codegen.docs.OperationDocProvider |
SimpleMethodOverload.asyncDocsProvider(IntermediateModel model,
OperationModel opModel,
DocConfiguration docConfiguration) |
static String |
OperationDocs.getDocs(IntermediateModel model,
OperationModel opModel,
ClientType clientType,
SimpleMethodOverload simpleMethodOverload,
DocConfiguration docConfig)
Get documentation for a specific
SimpleMethodOverload . |
software.amazon.awssdk.codegen.docs.OperationDocProvider |
SimpleMethodOverload.syncDocsProvider(IntermediateModel model,
OperationModel opModel,
DocConfiguration docConfiguration) |
Modifier and Type | Method and Description |
---|---|
String |
OperationModel.getDocs(IntermediateModel model,
ClientType clientType,
SimpleMethodOverload methodOverload,
DocConfiguration config) |
Copyright © 2020. All rights reserved.