Uses of Class
com.oracle.bmc.apmtraces.requests.GetLogRequest
-
Packages that use GetLogRequest Package Description com.oracle.bmc.apmtraces com.oracle.bmc.apmtraces.requests -
-
Uses of GetLogRequest in com.oracle.bmc.apmtraces
Methods in com.oracle.bmc.apmtraces with parameters of type GetLogRequest Modifier and Type Method Description GetLogResponse
Trace. getLog(GetLogRequest request)
Retrieve a log in the APM Domain.Future<GetLogResponse>
TraceAsync. getLog(GetLogRequest request, AsyncHandler<GetLogRequest,GetLogResponse> handler)
Retrieve a log in the APM Domain.Future<GetLogResponse>
TraceAsyncClient. getLog(GetLogRequest request, AsyncHandler<GetLogRequest,GetLogResponse> handler)
GetLogResponse
TraceClient. getLog(GetLogRequest request)
Method parameters in com.oracle.bmc.apmtraces with type arguments of type GetLogRequest Modifier and Type Method Description Future<GetLogResponse>
TraceAsync. getLog(GetLogRequest request, AsyncHandler<GetLogRequest,GetLogResponse> handler)
Retrieve a log in the APM Domain.Future<GetLogResponse>
TraceAsyncClient. getLog(GetLogRequest request, AsyncHandler<GetLogRequest,GetLogResponse> handler)
-
Uses of GetLogRequest in com.oracle.bmc.apmtraces.requests
Methods in com.oracle.bmc.apmtraces.requests that return GetLogRequest Modifier and Type Method Description GetLogRequest
GetLogRequest.Builder. build()
Build the instance of GetLogRequest as configured by this builderGetLogRequest
GetLogRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetLogRequest as configured by this builderMethods in com.oracle.bmc.apmtraces.requests with parameters of type GetLogRequest Modifier and Type Method Description GetLogRequest.Builder
GetLogRequest.Builder. copy(GetLogRequest o)
Copy method to populate the builder with values from the given instance.
-