Uses of Class
com.oracle.bmc.dif.model.OmkDetail
-
Packages that use OmkDetail Package Description com.oracle.bmc.dif.model -
-
Uses of OmkDetail in com.oracle.bmc.dif.model
Methods in com.oracle.bmc.dif.model that return OmkDetail Modifier and Type Method Description OmkDetailOmkDetail.Builder. build()Methods in com.oracle.bmc.dif.model that return types with arguments of type OmkDetail Modifier and Type Method Description List<OmkDetail>AddServiceDetails. getOmk()OMK Details if omk is included in services to be added.List<OmkDetail>CreateStackDetails. getOmk()OMK Details if omk is included in services.List<OmkDetail>Stack. getOmk()OMK Details if omk is included in services.Methods in com.oracle.bmc.dif.model with parameters of type OmkDetail Modifier and Type Method Description OmkDetail.BuilderOmkDetail.Builder. copy(OmkDetail model)Method parameters in com.oracle.bmc.dif.model with type arguments of type OmkDetail Modifier and Type Method Description AddServiceDetails.BuilderAddServiceDetails.Builder. omk(List<OmkDetail> omk)OMK Details if omk is included in services to be added.CreateStackDetails.BuilderCreateStackDetails.Builder. omk(List<OmkDetail> omk)OMK Details if omk is included in services.Stack.BuilderStack.Builder. omk(List<OmkDetail> omk)OMK Details if omk is included in services.
-