Uses of Class
com.oracle.bmc.loganalytics.requests.RegisterLookupRequest.Type
-
Packages that use RegisterLookupRequest.Type Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of RegisterLookupRequest.Type in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return RegisterLookupRequest.Type Modifier and Type Method Description static RegisterLookupRequest.TypeRegisterLookupRequest.Type. create(String key)RegisterLookupRequest.TypeRegisterLookupRequest. getType()The lookup type.static RegisterLookupRequest.TypeRegisterLookupRequest.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static RegisterLookupRequest.Type[]RegisterLookupRequest.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 RegisterLookupRequest.Type Modifier and Type Method Description RegisterLookupRequest.BuilderRegisterLookupRequest.Builder. type(RegisterLookupRequest.Type type)The lookup type.
-