Uses of Class
com.oracle.bmc.wlms.requests.ListWorkRequestLogsRequest
-
Packages that use ListWorkRequestLogsRequest Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.requests -
-
Uses of ListWorkRequestLogsRequest in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms with parameters of type ListWorkRequestLogsRequest Modifier and Type Method Description ListWorkRequestLogsResponseWeblogicManagementService. listWorkRequestLogs(ListWorkRequestLogsRequest request)Lists the logs for a work request.Future<ListWorkRequestLogsResponse>WeblogicManagementServiceAsync. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)Lists the logs for a work request.Future<ListWorkRequestLogsResponse>WeblogicManagementServiceAsyncClient. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)ListWorkRequestLogsResponseWeblogicManagementServiceClient. listWorkRequestLogs(ListWorkRequestLogsRequest request)Iterable<WorkRequestLogEntry>WeblogicManagementServicePaginators. listWorkRequestLogsRecordIterator(ListWorkRequestLogsRequest request)Creates a new iterable which will iterate over theWorkRequestLogEntryobjects contained in responses from the listWorkRequestLogs operation.Iterable<ListWorkRequestLogsResponse>WeblogicManagementServicePaginators. listWorkRequestLogsResponseIterator(ListWorkRequestLogsRequest request)Creates a new iterable which will iterate over the responses received from the listWorkRequestLogs operation.Method parameters in com.oracle.bmc.wlms with type arguments of type ListWorkRequestLogsRequest Modifier and Type Method Description Future<ListWorkRequestLogsResponse>WeblogicManagementServiceAsync. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)Lists the logs for a work request.Future<ListWorkRequestLogsResponse>WeblogicManagementServiceAsyncClient. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler) -
Uses of ListWorkRequestLogsRequest in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.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.wlms.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.
-