Uses of Class
com.oracle.bmc.loggingingestion.responses.PutLogsResponse
-
Packages that use PutLogsResponse Package Description com.oracle.bmc.loggingingestion com.oracle.bmc.loggingingestion.responses -
-
Uses of PutLogsResponse in com.oracle.bmc.loggingingestion
Methods in com.oracle.bmc.loggingingestion that return PutLogsResponse Modifier and Type Method Description PutLogsResponse
Logging. putLogs(PutLogsRequest request)
This API allows ingesting logs associated with a logId.PutLogsResponse
LoggingClient. putLogs(PutLogsRequest request)
Methods in com.oracle.bmc.loggingingestion that return types with arguments of type PutLogsResponse 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)
Method parameters in com.oracle.bmc.loggingingestion with type arguments of type PutLogsResponse 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 PutLogsResponse in com.oracle.bmc.loggingingestion.responses
Methods in com.oracle.bmc.loggingingestion.responses that return PutLogsResponse Modifier and Type Method Description PutLogsResponse
PutLogsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loggingingestion.responses with parameters of type PutLogsResponse Modifier and Type Method Description PutLogsResponse.Builder
PutLogsResponse.Builder. copy(PutLogsResponse o)
Copy method to populate the builder with values from the given instance.
-