Uses of Class
com.oracle.bmc.osmanagementhub.model.RemoveSnapDetails
-
Packages that use RemoveSnapDetails Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of RemoveSnapDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return RemoveSnapDetails Modifier and Type Method Description RemoveSnapDetailsRemoveSnapDetails.Builder. build()RemoveSnapDetailsScheduledJobOperation. getRemoveSnapDetails()Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type RemoveSnapDetails Modifier and Type Method Description List<RemoveSnapDetails>RemoveSnapsFromManagedInstanceDetails. getSnapDetails()The array of snaps to remove.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type RemoveSnapDetails Modifier and Type Method Description RemoveSnapDetails.BuilderRemoveSnapDetails.Builder. copy(RemoveSnapDetails model)ScheduledJobOperation.BuilderScheduledJobOperation.Builder. removeSnapDetails(RemoveSnapDetails removeSnapDetails)Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type RemoveSnapDetails Modifier and Type Method Description RemoveSnapsFromManagedInstanceDetails.BuilderRemoveSnapsFromManagedInstanceDetails.Builder. snapDetails(List<RemoveSnapDetails> snapDetails)The array of snaps to remove.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type RemoveSnapDetails 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 RemoveSnapDetails Constructor Description RemoveSnapsFromManagedInstanceDetails(List<RemoveSnapDetails> snapDetails, WorkRequestDetails workRequestDetails)Deprecated.
-