Uses of Class
com.oracle.bmc.wlms.model.ApplicablePatchSummary.MiddlewareType
-
Packages that use ApplicablePatchSummary.MiddlewareType Package Description com.oracle.bmc.wlms.model -
-
Uses of ApplicablePatchSummary.MiddlewareType in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return ApplicablePatchSummary.MiddlewareType Modifier and Type Method Description static ApplicablePatchSummary.MiddlewareTypeApplicablePatchSummary.MiddlewareType. create(String key)static ApplicablePatchSummary.MiddlewareTypeApplicablePatchSummary.MiddlewareType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicablePatchSummary.MiddlewareType[]ApplicablePatchSummary.MiddlewareType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.wlms.model that return types with arguments of type ApplicablePatchSummary.MiddlewareType Modifier and Type Method Description List<ApplicablePatchSummary.MiddlewareType>ApplicablePatchSummary. getMiddlewareType()The type of middleware for which this patch is applicable.Method parameters in com.oracle.bmc.wlms.model with type arguments of type ApplicablePatchSummary.MiddlewareType Modifier and Type Method Description ApplicablePatchSummary.BuilderApplicablePatchSummary.Builder. middlewareType(List<ApplicablePatchSummary.MiddlewareType> middlewareType)The type of middleware for which this patch is applicable.Constructor parameters in com.oracle.bmc.wlms.model with type arguments of type ApplicablePatchSummary.MiddlewareType Constructor Description ApplicablePatchSummary(String id, String displayName, String description, String weblogicVersion, List<ApplicablePatchSummary.MiddlewareType> middlewareType, String osArch)Deprecated.
-