Uses of Class
software.amazon.awssdk.codegen.model.config.customization.CustomizationConfig
Packages that use CustomizationConfig
Package
Description
-
Uses of CustomizationConfig in software.amazon.awssdk.codegen
Methods in software.amazon.awssdk.codegen that return CustomizationConfigModifier and TypeMethodDescriptionC2jModels.customizationConfig()IntermediateModelBuilder.getCustomConfig()Methods in software.amazon.awssdk.codegen with parameters of type CustomizationConfigModifier and TypeMethodDescriptionC2jModels.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 CustomizationConfigModifier and TypeMethodDescriptionDefaultCustomizationProcessor.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 CustomizationConfigModifier and TypeMethodDescriptionstatic CustomizationConfigCustomizationConfig.create()CustomizationConfig.withRootPackageName(String packageName) CustomizationConfig.withS3ArnableFields(Map<String, S3ArnableFieldConfig> s3ArnableFields) CustomizationConfig.withUnderscoresInShapeNameBehavior(UnderscoresInNameBehavior behavior) CustomizationConfig.withUserAgent(String userAgent) -
Uses of CustomizationConfig in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate that return CustomizationConfigMethods in software.amazon.awssdk.codegen.model.intermediate with parameters of type CustomizationConfigModifier and TypeMethodDescriptionvoidIntermediateModel.setCustomizationConfig(CustomizationConfig customizationConfig) Constructors in software.amazon.awssdk.codegen.model.intermediate with parameters of type CustomizationConfigModifierConstructorDescriptionIntermediateModel(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 CustomizationConfigModifierConstructorDescriptionDefaultNamingStrategy(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 CustomizationConfigModifier and TypeMethodDescriptionstatic com.squareup.javapoet.CodeBlockTestGeneratorUtils.createExpect(CustomizationConfig config, ExpectModel expect, OperationModel opModel, Map<String, com.fasterxml.jackson.core.TreeNode> opParams)