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