Uses of Class
com.oracle.bmc.dif.model.GgcsDetail
-
Packages that use GgcsDetail Package Description com.oracle.bmc.dif.model -
-
Uses of GgcsDetail in com.oracle.bmc.dif.model
Methods in com.oracle.bmc.dif.model that return GgcsDetail Modifier and Type Method Description GgcsDetailGgcsDetail.Builder. build()Methods in com.oracle.bmc.dif.model that return types with arguments of type GgcsDetail Modifier and Type Method Description List<GgcsDetail>AddServiceDetails. getGgcs()GGCS details if ggcs is included in the services to be added.List<GgcsDetail>CreateStackDetails. getGgcs()GGCS details if ggcs is included in the services.List<GgcsDetail>Stack. getGgcs()GGCS details if ggcs is included in the services.Methods in com.oracle.bmc.dif.model with parameters of type GgcsDetail Modifier and Type Method Description GgcsDetail.BuilderGgcsDetail.Builder. copy(GgcsDetail model)Method parameters in com.oracle.bmc.dif.model with type arguments of type GgcsDetail Modifier and Type Method Description AddServiceDetails.BuilderAddServiceDetails.Builder. ggcs(List<GgcsDetail> ggcs)GGCS details if ggcs is included in the services to be added.CreateStackDetails.BuilderCreateStackDetails.Builder. ggcs(List<GgcsDetail> ggcs)GGCS details if ggcs is included in the services.Stack.BuilderStack.Builder. ggcs(List<GgcsDetail> ggcs)GGCS details if ggcs is included in the services.
-