Uses of Class
com.oracle.bmc.wlms.model.Patch.MiddlewareType
-
Packages that use Patch.MiddlewareType Package Description com.oracle.bmc.wlms.model -
-
Uses of Patch.MiddlewareType in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return Patch.MiddlewareType Modifier and Type Method Description static Patch.MiddlewareTypePatch.MiddlewareType. create(String key)static Patch.MiddlewareTypePatch.MiddlewareType. valueOf(String name)Returns the enum constant of this type with the specified name.static Patch.MiddlewareType[]Patch.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 Patch.MiddlewareType Modifier and Type Method Description List<Patch.MiddlewareType>Patch. getMiddlewareType()The type of middleware for which this patch is applicable.Method parameters in com.oracle.bmc.wlms.model with type arguments of type Patch.MiddlewareType Modifier and Type Method Description Patch.BuilderPatch.Builder. middlewareType(List<Patch.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 Patch.MiddlewareType Constructor Description Patch(String id, String displayName, String description, String weblogicVersion, List<Patch.MiddlewareType> middlewareType, String osArch)Deprecated.
-