Uses of Class
com.oracle.bmc.resourcemanager.responses.GetJobLogsContentResponse
-
Packages that use GetJobLogsContentResponse Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.responses -
-
Uses of GetJobLogsContentResponse in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager that return GetJobLogsContentResponse Modifier and Type Method Description GetJobLogsContentResponse
ResourceManager. getJobLogsContent(GetJobLogsContentRequest request)
Returns the raw log file for the specified job in text format.GetJobLogsContentResponse
ResourceManagerClient. getJobLogsContent(GetJobLogsContentRequest request)
Methods in com.oracle.bmc.resourcemanager that return types with arguments of type GetJobLogsContentResponse 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)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type GetJobLogsContentResponse 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 GetJobLogsContentResponse in com.oracle.bmc.resourcemanager.responses
Methods in com.oracle.bmc.resourcemanager.responses that return GetJobLogsContentResponse Modifier and Type Method Description GetJobLogsContentResponse
GetJobLogsContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.resourcemanager.responses with parameters of type GetJobLogsContentResponse Modifier and Type Method Description GetJobLogsContentResponse.Builder
GetJobLogsContentResponse.Builder. copy(GetJobLogsContentResponse o)
Copy method to populate the builder with values from the given instance.
-