Uses of Class
com.oracle.bmc.wlms.requests.ListWlsDomainsRequest.WeblogicVersion
-
Packages that use ListWlsDomainsRequest.WeblogicVersion Package Description com.oracle.bmc.wlms.requests -
-
Uses of ListWlsDomainsRequest.WeblogicVersion in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return ListWlsDomainsRequest.WeblogicVersion Modifier and Type Method Description static ListWlsDomainsRequest.WeblogicVersionListWlsDomainsRequest.WeblogicVersion. create(String key)ListWlsDomainsRequest.WeblogicVersionListWlsDomainsRequest. getWeblogicVersion()A filter to return WebLogic domains based on the WebLogic version.static ListWlsDomainsRequest.WeblogicVersionListWlsDomainsRequest.WeblogicVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static ListWlsDomainsRequest.WeblogicVersion[]ListWlsDomainsRequest.WeblogicVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.wlms.requests with parameters of type ListWlsDomainsRequest.WeblogicVersion Modifier and Type Method Description ListWlsDomainsRequest.BuilderListWlsDomainsRequest.Builder. weblogicVersion(ListWlsDomainsRequest.WeblogicVersion weblogicVersion)A filter to return WebLogic domains based on the WebLogic version.
-