Uses of Class
com.oracle.bmc.marketplace.model.Eula
-
Packages that use Eula Package Description com.oracle.bmc.marketplace.model -
-
Uses of Eula in com.oracle.bmc.marketplace.model
Subclasses of Eula in com.oracle.bmc.marketplace.model Modifier and Type Class Description class
TextBasedEula
An end user license agreement that is provided as text.Methods in com.oracle.bmc.marketplace.model that return types with arguments of type Eula Modifier and Type Method Description List<Eula>
CreatePublicationPackage. getEula()
The end user license agreeement (EULA) that consumers of this listing must accept.Method parameters in com.oracle.bmc.marketplace.model with type arguments of type Eula Modifier and Type Method Description CreateImagePublicationPackage.Builder
CreateImagePublicationPackage.Builder. eula(List<Eula> eula)
Constructor parameters in com.oracle.bmc.marketplace.model with type arguments of type Eula Constructor Description CreateImagePublicationPackage(String packageVersion, OperatingSystem operatingSystem, List<Eula> eula, String imageId)
Deprecated.CreatePublicationPackage(String packageVersion, OperatingSystem operatingSystem, List<Eula> eula)
Deprecated.
-