Uses of Class
com.oracle.bmc.fleetappsmanagement.model.PatchProduct
-
Packages that use PatchProduct Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of PatchProduct in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return PatchProduct Modifier and Type Method Description PatchProductPatchProduct.Builder. build()PatchProductCreatePatchDetails. getProduct()PatchProductPatch. getProduct()PatchProductPatchSummary. getProduct()PatchProductUpdatePatchDetails. getProduct()Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type PatchProduct Modifier and Type Method Description PatchProduct.BuilderPatchProduct.Builder. copy(PatchProduct model)CreatePatchDetails.BuilderCreatePatchDetails.Builder. product(PatchProduct product)Patch.BuilderPatch.Builder. product(PatchProduct product)PatchSummary.BuilderPatchSummary.Builder. product(PatchProduct product)UpdatePatchDetails.BuilderUpdatePatchDetails.Builder. product(PatchProduct product)Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type PatchProduct 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.PatchSummary(String id, String name, String description, Patch.Type type, PatchType patchType, PatchSeverity severity, Date timeReleased, ArtifactDetails artifactDetails, PatchProduct product, String compartmentId, Patch.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, 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, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-