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 DocConfigurationDocConfiguration. 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.OperationDocProviderSimpleMethodOverload. asyncDocsProvider(IntermediateModel model, OperationModel opModel, DocConfiguration docConfiguration)static StringOperationDocs. getDocs(IntermediateModel model, OperationModel opModel, ClientType clientType, SimpleMethodOverload simpleMethodOverload, DocConfiguration docConfig)Get documentation for a specificSimpleMethodOverload.software.amazon.awssdk.codegen.docs.OperationDocProviderSimpleMethodOverload. 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 StringOperationModel. getDocs(IntermediateModel model, ClientType clientType, SimpleMethodOverload methodOverload, DocConfiguration config)
-