Uses of Class
com.oracle.bmc.loganalytics.responses.RegisterLookupResponse
-
Packages that use RegisterLookupResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of RegisterLookupResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return RegisterLookupResponse Modifier and Type Method Description RegisterLookupResponse
LogAnalytics. registerLookup(RegisterLookupRequest request)
Creates a lookup with the specified name, type and description.RegisterLookupResponse
LogAnalyticsClient. registerLookup(RegisterLookupRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type RegisterLookupResponse Modifier and Type Method Description Future<RegisterLookupResponse>
LogAnalyticsAsync. registerLookup(RegisterLookupRequest request, AsyncHandler<RegisterLookupRequest,RegisterLookupResponse> handler)
Creates a lookup with the specified name, type and description.Future<RegisterLookupResponse>
LogAnalyticsAsyncClient. registerLookup(RegisterLookupRequest request, AsyncHandler<RegisterLookupRequest,RegisterLookupResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type RegisterLookupResponse Modifier and Type Method Description Future<RegisterLookupResponse>
LogAnalyticsAsync. registerLookup(RegisterLookupRequest request, AsyncHandler<RegisterLookupRequest,RegisterLookupResponse> handler)
Creates a lookup with the specified name, type and description.Future<RegisterLookupResponse>
LogAnalyticsAsyncClient. registerLookup(RegisterLookupRequest request, AsyncHandler<RegisterLookupRequest,RegisterLookupResponse> handler)
-
Uses of RegisterLookupResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return RegisterLookupResponse Modifier and Type Method Description RegisterLookupResponse
RegisterLookupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type RegisterLookupResponse Modifier and Type Method Description RegisterLookupResponse.Builder
RegisterLookupResponse.Builder. copy(RegisterLookupResponse o)
Copy method to populate the builder with values from the given instance.
-