Uses of Class
com.oracle.bmc.waa.requests.ListWorkRequestLogsRequest
-
Packages that use ListWorkRequestLogsRequest Package Description com.oracle.bmc.waa com.oracle.bmc.waa.requests -
-
Uses of ListWorkRequestLogsRequest in com.oracle.bmc.waa
Method parameters in com.oracle.bmc.waa with type arguments of type ListWorkRequestLogsRequest Modifier and Type Method Description Future<ListWorkRequestLogsResponse>
WorkRequestAsync. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)
Return a (paginated) list of logs for a given WorkRequest.Future<ListWorkRequestLogsResponse>
WorkRequestAsyncClient. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)
-
Uses of ListWorkRequestLogsRequest in com.oracle.bmc.waa.requests
Methods in com.oracle.bmc.waa.requests that return ListWorkRequestLogsRequest Modifier and Type Method Description ListWorkRequestLogsRequest
ListWorkRequestLogsRequest.Builder. build()
Build the instance of ListWorkRequestLogsRequest as configured by this builderListWorkRequestLogsRequest
ListWorkRequestLogsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListWorkRequestLogsRequest as configured by this builderMethods in com.oracle.bmc.waa.requests with parameters of type ListWorkRequestLogsRequest Modifier and Type Method Description ListWorkRequestLogsRequest.Builder
ListWorkRequestLogsRequest.Builder. copy(ListWorkRequestLogsRequest o)
Copy method to populate the builder with values from the given instance.
-