Class CustomSdkShapesProcessor
java.lang.Object
software.amazon.awssdk.codegen.customization.processors.CustomSdkShapesProcessor
- All Implemented Interfaces:
- CodegenCustomizationProcessor
- 
Method SummaryModifier and TypeMethodDescriptionvoidpostprocess(IntermediateModel intermediateModel) Apply the customization after the intermediate model is builtvoidpreprocess(ServiceModel serviceModel) Apply the customization by directly modifying the service model, before the intermediate model is built.
- 
Method Details- 
preprocessDescription copied from interface:CodegenCustomizationProcessorApply the customization by directly modifying the service model, before the intermediate model is built.- Specified by:
- preprocessin interface- CodegenCustomizationProcessor
 
- 
postprocessDescription copied from interface:CodegenCustomizationProcessorApply the customization after the intermediate model is built- Specified by:
- postprocessin interface- CodegenCustomizationProcessor
 
 
-