Uses of Class
software.amazon.awssdk.codegen.docs.DocConfiguration
-
Packages that use DocConfiguration Package Description software.amazon.awssdk.codegen.docs software.amazon.awssdk.codegen.model.intermediate -
-
Uses of DocConfiguration in software.amazon.awssdk.codegen.docs
Methods in software.amazon.awssdk.codegen.docs that return DocConfiguration Modifier and Type Method Description DocConfiguration
DocConfiguration. isConsumerBuilder(boolean isConsumerBuilder)
Methods in software.amazon.awssdk.codegen.docs with parameters of type DocConfiguration Modifier and Type Method 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 specificSimpleMethodOverload
.software.amazon.awssdk.codegen.docs.OperationDocProvider
SimpleMethodOverload. syncDocsProvider(IntermediateModel model, OperationModel opModel, DocConfiguration docConfiguration)
-
Uses of DocConfiguration in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate with parameters of type DocConfiguration Modifier and Type Method Description String
OperationModel. getDocs(IntermediateModel model, ClientType clientType, SimpleMethodOverload methodOverload, DocConfiguration config)
-