Uses of Class
com.oracle.bmc.resourcemanager.requests.GetJobLogsRequest
-
Packages that use GetJobLogsRequest Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.requests -
-
Uses of GetJobLogsRequest in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager with parameters of type GetJobLogsRequest Modifier and Type Method Description GetJobLogsResponse
ResourceManager. getJobLogs(GetJobLogsRequest request)
Returns console log entries for the specified job in JSON format.Future<GetJobLogsResponse>
ResourceManagerAsync. getJobLogs(GetJobLogsRequest request, AsyncHandler<GetJobLogsRequest,GetJobLogsResponse> handler)
Returns console log entries for the specified job in JSON format.Future<GetJobLogsResponse>
ResourceManagerAsyncClient. getJobLogs(GetJobLogsRequest request, AsyncHandler<GetJobLogsRequest,GetJobLogsResponse> handler)
GetJobLogsResponse
ResourceManagerClient. getJobLogs(GetJobLogsRequest request)
Iterable<LogEntry>
ResourceManagerPaginators. getJobLogsRecordIterator(GetJobLogsRequest request)
Creates a new iterable which will iterate over theLogEntry
objects contained in responses from the getJobLogs operation.Iterable<GetJobLogsResponse>
ResourceManagerPaginators. getJobLogsResponseIterator(GetJobLogsRequest request)
Creates a new iterable which will iterate over the responses received from the getJobLogs operation.Method parameters in com.oracle.bmc.resourcemanager with type arguments of type GetJobLogsRequest Modifier and Type Method Description Future<GetJobLogsResponse>
ResourceManagerAsync. getJobLogs(GetJobLogsRequest request, AsyncHandler<GetJobLogsRequest,GetJobLogsResponse> handler)
Returns console log entries for the specified job in JSON format.Future<GetJobLogsResponse>
ResourceManagerAsyncClient. getJobLogs(GetJobLogsRequest request, AsyncHandler<GetJobLogsRequest,GetJobLogsResponse> handler)
-
Uses of GetJobLogsRequest in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.requests that return GetJobLogsRequest Modifier and Type Method Description GetJobLogsRequest
GetJobLogsRequest.Builder. build()
Build the instance of GetJobLogsRequest as configured by this builderGetJobLogsRequest
GetJobLogsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetJobLogsRequest as configured by this builderMethods in com.oracle.bmc.resourcemanager.requests with parameters of type GetJobLogsRequest Modifier and Type Method Description GetJobLogsRequest.Builder
GetJobLogsRequest.Builder. copy(GetJobLogsRequest o)
Copy method to populate the builder with values from the given instance.
-