Uses of Interface
software.amazon.awssdk.codegen.naming.NamingStrategy
-
-
Uses of NamingStrategy in software.amazon.awssdk.codegen
Methods in software.amazon.awssdk.codegen that return NamingStrategy Modifier and Type Method Description NamingStrategy
IntermediateModelBuilder. getNamingStrategy()
-
Uses of NamingStrategy in software.amazon.awssdk.codegen.internal
Constructors in software.amazon.awssdk.codegen.internal with parameters of type NamingStrategy Constructor Description TypeUtils(NamingStrategy namingStrategy)
-
Uses of NamingStrategy in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate that return NamingStrategy Modifier and Type Method Description NamingStrategy
IntermediateModel. getNamingStrategy()
Methods in software.amazon.awssdk.codegen.model.intermediate with parameters of type NamingStrategy Modifier and Type Method Description void
IntermediateModel. setNamingStrategy(NamingStrategy namingStrategy)
Constructors in software.amazon.awssdk.codegen.model.intermediate with parameters of type NamingStrategy Constructor Description 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 NamingStrategy in software.amazon.awssdk.codegen.naming
Classes in software.amazon.awssdk.codegen.naming that implement NamingStrategy Modifier and Type Class Description class
DefaultNamingStrategy
Default implementation of naming strategy respecting.
-