Uses of Class
software.amazon.awssdk.codegen.model.config.customization.CustomizationConfig
-
-
Uses of CustomizationConfig in software.amazon.awssdk.codegen
Methods in software.amazon.awssdk.codegen that return CustomizationConfig Modifier and Type Method Description CustomizationConfigC2jModels. customizationConfig()CustomizationConfigIntermediateModelBuilder. getCustomConfig()Methods in software.amazon.awssdk.codegen with parameters of type CustomizationConfig Modifier and Type Method Description C2jModels.BuilderC2jModels.Builder. customizationConfig(CustomizationConfig customizationConfig) -
Uses of CustomizationConfig in software.amazon.awssdk.codegen.customization.processors
Methods in software.amazon.awssdk.codegen.customization.processors with parameters of type CustomizationConfig Modifier and Type Method Description static CodegenCustomizationProcessorDefaultCustomizationProcessor. getProcessorFor(CustomizationConfig config) -
Uses of CustomizationConfig in software.amazon.awssdk.codegen.model.config.customization
Methods in software.amazon.awssdk.codegen.model.config.customization that return CustomizationConfig Modifier and Type Method Description static CustomizationConfigCustomizationConfig. create()CustomizationConfigCustomizationConfig. withRootPackageName(String packageName)CustomizationConfigCustomizationConfig. withS3ArnableFields(Map<String,S3ArnableFieldConfig> s3ArnableFields)CustomizationConfigCustomizationConfig. withUnderscoresInShapeNameBehavior(UnderscoresInNameBehavior behavior)CustomizationConfigCustomizationConfig. withUserAgent(String userAgent) -
Uses of CustomizationConfig in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate that return CustomizationConfig Modifier and Type Method Description CustomizationConfigIntermediateModel. getCustomizationConfig()Methods in software.amazon.awssdk.codegen.model.intermediate with parameters of type CustomizationConfig Modifier and Type Method Description voidIntermediateModel. setCustomizationConfig(CustomizationConfig customizationConfig)Constructors in software.amazon.awssdk.codegen.model.intermediate with parameters of type CustomizationConfig Constructor Description IntermediateModel(Metadata metadata, Map<String,OperationModel> operations, Map<String,ShapeModel> shapes, CustomizationConfig customizationConfig)IntermediateModel(Metadata metadata, Map<String,OperationModel> operations, Map<String,ShapeModel> shapes, CustomizationConfig customizationConfig, OperationModel endpointOperation, Map<String,PaginatorDefinition> paginators, NamingStrategy namingStrategy, Map<String,WaiterDefinition> waiters, EndpointRuleSetModel endpointRuleSetModel, EndpointTestSuiteModel endpointTestSuiteModel, Map<String,ClientContextParam> clientContextParams) -
Uses of CustomizationConfig in software.amazon.awssdk.codegen.naming
Constructors in software.amazon.awssdk.codegen.naming with parameters of type CustomizationConfig Constructor Description DefaultNamingStrategy(ServiceModel serviceModel, CustomizationConfig customizationConfig) -
Uses of CustomizationConfig in software.amazon.awssdk.codegen.poet.rules
Methods in software.amazon.awssdk.codegen.poet.rules with parameters of type CustomizationConfig Modifier and Type Method Description static com.squareup.javapoet.CodeBlockTestGeneratorUtils. createExpect(CustomizationConfig config, ExpectModel expect, OperationModel opModel, Map<String,com.fasterxml.jackson.core.TreeNode> opParams)
-