Uses of Class
com.oracle.bmc.loganalytics.requests.ListLookupsRequest.Type
-
Packages that use ListLookupsRequest.Type Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ListLookupsRequest.Type in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListLookupsRequest.Type Modifier and Type Method Description static ListLookupsRequest.TypeListLookupsRequest.Type. create(String key)ListLookupsRequest.TypeListLookupsRequest. getType()The lookup type.static ListLookupsRequest.TypeListLookupsRequest.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ListLookupsRequest.Type[]ListLookupsRequest.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.requests with parameters of type ListLookupsRequest.Type Modifier and Type Method Description ListLookupsRequest.BuilderListLookupsRequest.Builder. type(ListLookupsRequest.Type type)The lookup type.
-