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 CustomizationConfig
C2jModels. customizationConfig()
CustomizationConfig
IntermediateModelBuilder. getCustomConfig()
Methods in software.amazon.awssdk.codegen with parameters of type CustomizationConfig Modifier and Type Method Description C2jModels.Builder
C2jModels.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 CodegenCustomizationProcessor
DefaultCustomizationProcessor. getProcessorFor(CustomizationConfig config)
-
Uses of CustomizationConfig in software.amazon.awssdk.codegen.internal
Methods in software.amazon.awssdk.codegen.internal with parameters of type CustomizationConfig Modifier and Type Method Description String
TypeUtils. getJavaDataType(Map<String,Shape> shapes, String shapeName, CustomizationConfig customConfig)
Returns the Java type of the specified shape with potential customization (such as auto-construct list or map). -
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 CustomizationConfig
CustomizationConfig. create()
CustomizationConfig
CustomizationConfig. withRootPackageName(String packageName)
CustomizationConfig
CustomizationConfig. withS3ArnableFields(Map<String,S3ArnableFieldConfig> s3ArnableFields)
CustomizationConfig
CustomizationConfig. withUnderscoresInShapeNameBehavior(UnderscoresInNameBehavior behavior)
CustomizationConfig
CustomizationConfig. 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 CustomizationConfig
IntermediateModel. getCustomizationConfig()
Methods in software.amazon.awssdk.codegen.model.intermediate with parameters of type CustomizationConfig Modifier and Type Method Description void
IntermediateModel. 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.CodeBlock
TestGeneratorUtils. createExpect(CustomizationConfig config, ExpectModel expect, OperationModel opModel, Map<String,com.fasterxml.jackson.core.TreeNode> opParams)
-