Uses of Class
com.oracle.bmc.fleetappsmanagement.model.DependentPatchDetails
-
Packages that use DependentPatchDetails Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of DependentPatchDetails in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return DependentPatchDetails Modifier and Type Method Description DependentPatchDetails
DependentPatchDetails.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type DependentPatchDetails Modifier and Type Method Description List<DependentPatchDetails>
CreatePatchDetails. getDependentPatches()
Dependent Patches for this patch.List<DependentPatchDetails>
Patch. getDependentPatches()
Dependent Patches for this patch.List<DependentPatchDetails>
UpdatePatchDetails. getDependentPatches()
Dependent Patches.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type DependentPatchDetails Modifier and Type Method Description DependentPatchDetails.Builder
DependentPatchDetails.Builder. copy(DependentPatchDetails model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type DependentPatchDetails Modifier and Type Method Description CreatePatchDetails.Builder
CreatePatchDetails.Builder. dependentPatches(List<DependentPatchDetails> dependentPatches)
Dependent Patches for this patch.Patch.Builder
Patch.Builder. dependentPatches(List<DependentPatchDetails> dependentPatches)
Dependent Patches for this patch.UpdatePatchDetails.Builder
UpdatePatchDetails.Builder. dependentPatches(List<DependentPatchDetails> dependentPatches)
Dependent Patches.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type DependentPatchDetails Constructor Description CreatePatchDetails(String name, String description, PatchType patchType, PatchSeverity severity, Date timeReleased, ArtifactDetails artifactDetails, PatchProduct product, List<DependentPatchDetails> dependentPatches, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Patch(String id, String name, String description, Patch.Type type, PatchType patchType, PatchSeverity severity, Date timeReleased, ArtifactDetails artifactDetails, PatchProduct product, List<DependentPatchDetails> dependentPatches, Patch.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String lifecycleDetails, String compartmentId, String resourceRegion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdatePatchDetails(String description, PatchType patchType, PatchSeverity severity, Date timeReleased, ArtifactDetails artifactDetails, PatchProduct product, List<DependentPatchDetails> dependentPatches, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-