Uses of Class
com.oracle.bmc.apmtraces.responses.GetLogResponse
-
Packages that use GetLogResponse Package Description com.oracle.bmc.apmtraces com.oracle.bmc.apmtraces.responses -
-
Uses of GetLogResponse in com.oracle.bmc.apmtraces
Methods in com.oracle.bmc.apmtraces that return GetLogResponse Modifier and Type Method Description GetLogResponse
Trace. getLog(GetLogRequest request)
Retrieve a log in the APM Domain.GetLogResponse
TraceClient. getLog(GetLogRequest request)
Methods in com.oracle.bmc.apmtraces that return types with arguments of type GetLogResponse 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)
Method parameters in com.oracle.bmc.apmtraces with type arguments of type GetLogResponse 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 GetLogResponse in com.oracle.bmc.apmtraces.responses
Methods in com.oracle.bmc.apmtraces.responses that return GetLogResponse Modifier and Type Method Description GetLogResponse
GetLogResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmtraces.responses with parameters of type GetLogResponse Modifier and Type Method Description GetLogResponse.Builder
GetLogResponse.Builder. copy(GetLogResponse o)
Copy method to populate the builder with values from the given instance.
-