Uses of Class
software.amazon.awssdk.codegen.model.intermediate.ReturnTypeModel
-
Packages that use ReturnTypeModel Package Description software.amazon.awssdk.codegen.model.intermediate -
-
Uses of ReturnTypeModel in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate that return ReturnTypeModel Modifier and Type Method Description ReturnTypeModelMemberModel. getGetterModel()ReturnTypeModelOperationModel. getReturnType()ReturnTypeModelReturnTypeModel. withDocumentation(String documentation)Methods in software.amazon.awssdk.codegen.model.intermediate with parameters of type ReturnTypeModel Modifier and Type Method Description voidMemberModel. setGetterModel(ReturnTypeModel getterModel)voidOperationModel. setReturnType(ReturnTypeModel returnType)MemberModelMemberModel. withGetterModel(ReturnTypeModel getterModel)
-