Uses of Class
com.oracle.bmc.loganalytics.responses.GetConfigWorkRequestResponse
-
Packages that use GetConfigWorkRequestResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of GetConfigWorkRequestResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return GetConfigWorkRequestResponse Modifier and Type Method Description GetConfigWorkRequestResponse
LogAnalytics. getConfigWorkRequest(GetConfigWorkRequestRequest request)
Returns detailed information about the configuration work request with the specified id.GetConfigWorkRequestResponse
LogAnalyticsClient. getConfigWorkRequest(GetConfigWorkRequestRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type GetConfigWorkRequestResponse Modifier and Type Method Description Future<GetConfigWorkRequestResponse>
LogAnalyticsAsync. getConfigWorkRequest(GetConfigWorkRequestRequest request, AsyncHandler<GetConfigWorkRequestRequest,GetConfigWorkRequestResponse> handler)
Returns detailed information about the configuration work request with the specified id.Future<GetConfigWorkRequestResponse>
LogAnalyticsAsyncClient. getConfigWorkRequest(GetConfigWorkRequestRequest request, AsyncHandler<GetConfigWorkRequestRequest,GetConfigWorkRequestResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetConfigWorkRequestResponse Modifier and Type Method Description Future<GetConfigWorkRequestResponse>
LogAnalyticsAsync. getConfigWorkRequest(GetConfigWorkRequestRequest request, AsyncHandler<GetConfigWorkRequestRequest,GetConfigWorkRequestResponse> handler)
Returns detailed information about the configuration work request with the specified id.Future<GetConfigWorkRequestResponse>
LogAnalyticsAsyncClient. getConfigWorkRequest(GetConfigWorkRequestRequest request, AsyncHandler<GetConfigWorkRequestRequest,GetConfigWorkRequestResponse> handler)
-
Uses of GetConfigWorkRequestResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return GetConfigWorkRequestResponse Modifier and Type Method Description GetConfigWorkRequestResponse
GetConfigWorkRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type GetConfigWorkRequestResponse Modifier and Type Method Description GetConfigWorkRequestResponse.Builder
GetConfigWorkRequestResponse.Builder. copy(GetConfigWorkRequestResponse o)
Copy method to populate the builder with values from the given instance.
-