Uses of Class
io.sundr.model.TypeDefFluent.InnerTypesNested
-
-
Uses of TypeDefFluent.InnerTypesNested in io.sundr.model
Methods in io.sundr.model that return TypeDefFluent.InnerTypesNested Modifier and Type Method Description TypeDefFluent.InnerTypesNested<A>TypeDefFluent. addNewInnerType()TypeDefFluent.InnerTypesNested<A>TypeDefFluent. addNewInnerTypeLike(io.sundr.model.TypeDef item)TypeDefFluent.InnerTypesNested<A>TypeDefFluent. editFirstInnerType()TypeDefFluent.InnerTypesNested<A>TypeDefFluent. editInnerType(int index)TypeDefFluent.InnerTypesNested<A>TypeDefFluent. editLastInnerType()TypeDefFluent.InnerTypesNested<A>TypeDefFluent. editMatchingInnerType(Predicate<TypeDefBuilder> predicate)TypeDefFluent.InnerTypesNested<A>TypeDefFluent. setNewInnerTypeLike(int index, io.sundr.model.TypeDef item)
-