Uses of Class
software.amazon.awssdk.codegen.model.intermediate.ArgumentModel
-
Packages that use ArgumentModel Package Description software.amazon.awssdk.codegen.model.intermediate -
-
Uses of ArgumentModel in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate that return ArgumentModel Modifier and Type Method Description ArgumentModelArgumentModel. withIsEnumArg(boolean isEnumArg)ArgumentModelArgumentModel. withName(String name)ArgumentModelArgumentModel. withType(String type)Methods in software.amazon.awssdk.codegen.model.intermediate that return types with arguments of type ArgumentModel Modifier and Type Method Description List<ArgumentModel>SimpleMethodFormModel. getArguments()Method parameters in software.amazon.awssdk.codegen.model.intermediate with type arguments of type ArgumentModel Modifier and Type Method Description voidOperationModel. addSimpleMethodForm(List<ArgumentModel> arguments)voidSimpleMethodFormModel. setArguments(List<ArgumentModel> arguments)
-