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 void
CustomizationConfig. 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 void
EndpointRuleSetModel. 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.FieldSpec
EndpointRulesSpecUtils. 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.MethodSpec
EndpointRulesSpecUtils. parameterBuilderSetterMethod(com.squareup.javapoet.ClassName containingClass, String name, ParameterModel model)
Creates a builder-class method to set the given parameter.com.squareup.javapoet.MethodSpec
EndpointRulesSpecUtils. parameterBuilderSetterMethodDeclaration(com.squareup.javapoet.ClassName containingClass, String name, ParameterModel model)
Creates a builder-interface method to set the given parameter.com.squareup.javapoet.MethodSpec
EndpointRulesSpecUtils. parameterClassAccessorMethod(String name, ParameterModel model)
Creates a data-class method to access the given parameter.com.squareup.javapoet.FieldSpec
EndpointRulesSpecUtils. parameterClassField(String name, ParameterModel model)
Creates a data-class level field for the given parameter.com.squareup.javapoet.MethodSpec
EndpointRulesSpecUtils. parameterInterfaceAccessorMethod(String name, ParameterModel model)
Creates a data-interface method to access the given parameter.com.squareup.javapoet.TypeName
EndpointRulesSpecUtils. parameterType(ParameterModel param)
-