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 ArgumentModel
ArgumentModel. withIsEnumArg(boolean isEnumArg)
ArgumentModel
ArgumentModel. withName(String name)
ArgumentModel
ArgumentModel. 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 void
OperationModel. addSimpleMethodForm(List<ArgumentModel> arguments)
void
SimpleMethodFormModel. setArguments(List<ArgumentModel> arguments)
-