Uses of Class
com.oracle.bmc.containerengine.requests.ListWorkRequestLogsRequest
-
Packages that use ListWorkRequestLogsRequest Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.requests -
-
Uses of ListWorkRequestLogsRequest in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine with parameters of type ListWorkRequestLogsRequest Modifier and Type Method Description ListWorkRequestLogsResponseContainerEngine. listWorkRequestLogs(ListWorkRequestLogsRequest request)Get the logs of a work request.Future<ListWorkRequestLogsResponse>ContainerEngineAsync. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)Get the logs of a work request.Future<ListWorkRequestLogsResponse>ContainerEngineAsyncClient. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)ListWorkRequestLogsResponseContainerEngineClient. listWorkRequestLogs(ListWorkRequestLogsRequest request)Method parameters in com.oracle.bmc.containerengine with type arguments of type ListWorkRequestLogsRequest Modifier and Type Method Description Future<ListWorkRequestLogsResponse>ContainerEngineAsync. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)Get the logs of a work request.Future<ListWorkRequestLogsResponse>ContainerEngineAsyncClient. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler) -
Uses of ListWorkRequestLogsRequest in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.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.containerengine.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.
-