Uses of Class
com.oracle.bmc.objectstorage.requests.ListWorkRequestLogsRequest
-
Packages that use ListWorkRequestLogsRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of ListWorkRequestLogsRequest in com.oracle.bmc.objectstorage
Method parameters in com.oracle.bmc.objectstorage with type arguments of type ListWorkRequestLogsRequest Modifier and Type Method Description Future<ListWorkRequestLogsResponse>ObjectStorageAsync. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)Lists the logs of the work request with the given ID.Future<ListWorkRequestLogsResponse>ObjectStorageAsyncClient. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler) -
Uses of ListWorkRequestLogsRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.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.objectstorage.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.
-