Uses of Class
com.oracle.bmc.apiplatform.requests.ListWorkRequestLogsRequest
-
Packages that use ListWorkRequestLogsRequest Package Description com.oracle.bmc.apiplatform com.oracle.bmc.apiplatform.requests -
-
Uses of ListWorkRequestLogsRequest in com.oracle.bmc.apiplatform
Method parameters in com.oracle.bmc.apiplatform with type arguments of type ListWorkRequestLogsRequest Modifier and Type Method Description Future<ListWorkRequestLogsResponse>ApiPlatformAsync. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)Lists the logs for a work request.Future<ListWorkRequestLogsResponse>ApiPlatformAsyncClient. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler) -
Uses of ListWorkRequestLogsRequest in com.oracle.bmc.apiplatform.requests
Methods in com.oracle.bmc.apiplatform.requests that return ListWorkRequestLogsRequest Modifier and Type Method Description ListWorkRequestLogsRequestListWorkRequestLogsRequest.Builder. build()Build the instance of ListWorkRequestLogsRequest as configured by this builderListWorkRequestLogsRequestListWorkRequestLogsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListWorkRequestLogsRequest as configured by this builderMethods in com.oracle.bmc.apiplatform.requests with parameters of type ListWorkRequestLogsRequest Modifier and Type Method Description ListWorkRequestLogsRequest.BuilderListWorkRequestLogsRequest.Builder. copy(ListWorkRequestLogsRequest o)Copy method to populate the builder with values from the given instance.
-