Uses of Class
com.oracle.bmc.resourcemanager.requests.GetJobLogsContentRequest
-
Packages that use GetJobLogsContentRequest Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.requests -
-
Uses of GetJobLogsContentRequest in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager with parameters of type GetJobLogsContentRequest Modifier and Type Method Description GetJobLogsContentResponse
ResourceManager. getJobLogsContent(GetJobLogsContentRequest request)
Returns the raw log file for the specified job in text format.Future<GetJobLogsContentResponse>
ResourceManagerAsync. getJobLogsContent(GetJobLogsContentRequest request, AsyncHandler<GetJobLogsContentRequest,GetJobLogsContentResponse> handler)
Returns the raw log file for the specified job in text format.Future<GetJobLogsContentResponse>
ResourceManagerAsyncClient. getJobLogsContent(GetJobLogsContentRequest request, AsyncHandler<GetJobLogsContentRequest,GetJobLogsContentResponse> handler)
GetJobLogsContentResponse
ResourceManagerClient. getJobLogsContent(GetJobLogsContentRequest request)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type GetJobLogsContentRequest Modifier and Type Method Description Future<GetJobLogsContentResponse>
ResourceManagerAsync. getJobLogsContent(GetJobLogsContentRequest request, AsyncHandler<GetJobLogsContentRequest,GetJobLogsContentResponse> handler)
Returns the raw log file for the specified job in text format.Future<GetJobLogsContentResponse>
ResourceManagerAsyncClient. getJobLogsContent(GetJobLogsContentRequest request, AsyncHandler<GetJobLogsContentRequest,GetJobLogsContentResponse> handler)
-
Uses of GetJobLogsContentRequest in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.requests that return GetJobLogsContentRequest Modifier and Type Method Description GetJobLogsContentRequest
GetJobLogsContentRequest.Builder. build()
Build the instance of GetJobLogsContentRequest as configured by this builderGetJobLogsContentRequest
GetJobLogsContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetJobLogsContentRequest as configured by this builderMethods in com.oracle.bmc.resourcemanager.requests with parameters of type GetJobLogsContentRequest Modifier and Type Method Description GetJobLogsContentRequest.Builder
GetJobLogsContentRequest.Builder. copy(GetJobLogsContentRequest o)
Copy method to populate the builder with values from the given instance.
-