Uses of Class
com.oracle.bmc.loggingingestion.requests.PutLogsRequest
-
Packages that use PutLogsRequest Package Description com.oracle.bmc.loggingingestion com.oracle.bmc.loggingingestion.requests -
-
Uses of PutLogsRequest in com.oracle.bmc.loggingingestion
Methods in com.oracle.bmc.loggingingestion with parameters of type PutLogsRequest Modifier and Type Method Description PutLogsResponse
Logging. putLogs(PutLogsRequest request)
This API allows ingesting logs associated with a logId.Future<PutLogsResponse>
LoggingAsync. putLogs(PutLogsRequest request, AsyncHandler<PutLogsRequest,PutLogsResponse> handler)
This API allows ingesting logs associated with a logId.Future<PutLogsResponse>
LoggingAsyncClient. putLogs(PutLogsRequest request, AsyncHandler<PutLogsRequest,PutLogsResponse> handler)
PutLogsResponse
LoggingClient. putLogs(PutLogsRequest request)
Method parameters in com.oracle.bmc.loggingingestion with type arguments of type PutLogsRequest Modifier and Type Method Description Future<PutLogsResponse>
LoggingAsync. putLogs(PutLogsRequest request, AsyncHandler<PutLogsRequest,PutLogsResponse> handler)
This API allows ingesting logs associated with a logId.Future<PutLogsResponse>
LoggingAsyncClient. putLogs(PutLogsRequest request, AsyncHandler<PutLogsRequest,PutLogsResponse> handler)
-
Uses of PutLogsRequest in com.oracle.bmc.loggingingestion.requests
Methods in com.oracle.bmc.loggingingestion.requests that return PutLogsRequest Modifier and Type Method Description PutLogsRequest
PutLogsRequest.Builder. build()
Build the instance of PutLogsRequest as configured by this builderPutLogsRequest
PutLogsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PutLogsRequest as configured by this builderMethods in com.oracle.bmc.loggingingestion.requests with parameters of type PutLogsRequest Modifier and Type Method Description PutLogsRequest.Builder
PutLogsRequest.Builder. copy(PutLogsRequest o)
Copy method to populate the builder with values from the given instance.
-