Uses of Class
com.oracle.bmc.apigateway.requests.ListWorkRequestLogsRequest
-
Packages that use ListWorkRequestLogsRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of ListWorkRequestLogsRequest in com.oracle.bmc.apigateway
Method parameters in com.oracle.bmc.apigateway with type arguments of type ListWorkRequestLogsRequest Modifier and Type Method Description Future<ListWorkRequestLogsResponse>WorkRequestsAsync. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)Returns a (paginated) list of logs for a given work request.Future<ListWorkRequestLogsResponse>WorkRequestsAsyncClient. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler) -
Uses of ListWorkRequestLogsRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.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.apigateway.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.
-