Uses of Class
software.amazon.awssdk.codegen.model.rules.endpoints.ParameterModel
-
Packages that use ParameterModel Package Description software.amazon.awssdk.codegen.model.config.customization software.amazon.awssdk.codegen.model.service software.amazon.awssdk.codegen.poet.rules -
-
Uses of ParameterModel in software.amazon.awssdk.codegen.model.config.customization
Methods in software.amazon.awssdk.codegen.model.config.customization that return types with arguments of type ParameterModel Modifier and Type Method Description Map<String,ParameterModel>CustomizationConfig. getEndpointParameters()Method parameters in software.amazon.awssdk.codegen.model.config.customization with type arguments of type ParameterModel Modifier and Type Method Description voidCustomizationConfig. setEndpointParameters(Map<String,ParameterModel> endpointParameters) -
Uses of ParameterModel in software.amazon.awssdk.codegen.model.service
Methods in software.amazon.awssdk.codegen.model.service that return types with arguments of type ParameterModel Modifier and Type Method Description Map<String,ParameterModel>EndpointRuleSetModel. getParameters()Method parameters in software.amazon.awssdk.codegen.model.service with type arguments of type ParameterModel Modifier and Type Method Description voidEndpointRuleSetModel. setParameters(Map<String,ParameterModel> parameters) -
Uses of ParameterModel in software.amazon.awssdk.codegen.poet.rules
Methods in software.amazon.awssdk.codegen.poet.rules that return types with arguments of type ParameterModel Modifier and Type Method Description Map<String,ParameterModel>EndpointRulesSpecUtils. parameters()Methods in software.amazon.awssdk.codegen.poet.rules with parameters of type ParameterModel Modifier and Type Method Description com.squareup.javapoet.FieldSpecEndpointRulesSpecUtils. parameterBuilderFieldSpec(String name, ParameterModel model)Creates a builder-class level field for the given parameter initialized to its default value when present.com.squareup.javapoet.MethodSpecEndpointRulesSpecUtils. parameterBuilderSetterMethod(com.squareup.javapoet.ClassName containingClass, String name, ParameterModel model)Creates a builder-class method to set the given parameter.com.squareup.javapoet.MethodSpecEndpointRulesSpecUtils. parameterBuilderSetterMethodDeclaration(com.squareup.javapoet.ClassName containingClass, String name, ParameterModel model)Creates a builder-interface method to set the given parameter.com.squareup.javapoet.MethodSpecEndpointRulesSpecUtils. parameterClassAccessorMethod(String name, ParameterModel model)Creates a data-class method to access the given parameter.com.squareup.javapoet.FieldSpecEndpointRulesSpecUtils. parameterClassField(String name, ParameterModel model)Creates a data-class level field for the given parameter.com.squareup.javapoet.MethodSpecEndpointRulesSpecUtils. parameterInterfaceAccessorMethod(String name, ParameterModel model)Creates a data-interface method to access the given parameter.com.squareup.javapoet.TypeNameEndpointRulesSpecUtils. parameterType(ParameterModel param)
-