Uses of Class
com.oracle.bmc.loganalytics.requests.GetConfigWorkRequestRequest
-
Packages that use GetConfigWorkRequestRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of GetConfigWorkRequestRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type GetConfigWorkRequestRequest Modifier and Type Method Description GetConfigWorkRequestResponse
LogAnalytics. getConfigWorkRequest(GetConfigWorkRequestRequest request)
Returns detailed information about the configuration work request with the specified id.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)
GetConfigWorkRequestResponse
LogAnalyticsClient. getConfigWorkRequest(GetConfigWorkRequestRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetConfigWorkRequestRequest 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 GetConfigWorkRequestRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return GetConfigWorkRequestRequest Modifier and Type Method Description GetConfigWorkRequestRequest
GetConfigWorkRequestRequest.Builder. build()
Build the instance of GetConfigWorkRequestRequest as configured by this builderGetConfigWorkRequestRequest
GetConfigWorkRequestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetConfigWorkRequestRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type GetConfigWorkRequestRequest Modifier and Type Method Description GetConfigWorkRequestRequest.Builder
GetConfigWorkRequestRequest.Builder. copy(GetConfigWorkRequestRequest o)
Copy method to populate the builder with values from the given instance.
-