Uses of Class
com.oracle.bmc.osmanagementhub.model.InstallSnapDetails
-
Packages that use InstallSnapDetails Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of InstallSnapDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return InstallSnapDetails Modifier and Type Method Description InstallSnapDetailsInstallSnapDetails.Builder. build()InstallSnapDetailsScheduledJobOperation. getInstallSnapDetails()Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type InstallSnapDetails Modifier and Type Method Description List<InstallSnapDetails>InstallSnapsOnManagedInstanceDetails. getSnapDetails()The array of snaps to install.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type InstallSnapDetails Modifier and Type Method Description InstallSnapDetails.BuilderInstallSnapDetails.Builder. copy(InstallSnapDetails model)ScheduledJobOperation.BuilderScheduledJobOperation.Builder. installSnapDetails(InstallSnapDetails installSnapDetails)Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type InstallSnapDetails Modifier and Type Method Description InstallSnapsOnManagedInstanceDetails.BuilderInstallSnapsOnManagedInstanceDetails.Builder. snapDetails(List<InstallSnapDetails> snapDetails)The array of snaps to install.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type InstallSnapDetails Constructor Description ScheduledJobOperation(OperationTypes operationType, List<String> packageNames, List<String> windowsUpdateNames, ManageModuleStreamsInScheduledJobDetails manageModuleStreamsDetails, ModuleStreamDetails switchModuleStreamsDetails, List<String> softwareSourceIds, Integer rebootTimeoutInMins, InstallSnapDetails installSnapDetails, RemoveSnapDetails removeSnapDetails, SwitchSnapChannelDetails switchSnapChannelDetails)Deprecated.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type InstallSnapDetails Constructor Description InstallSnapsOnManagedInstanceDetails(List<InstallSnapDetails> snapDetails, WorkRequestDetails workRequestDetails)Deprecated.
-