Uses of Class
com.oracle.bmc.loggingingestion.model.PutLogsDetails
- 
Packages that use PutLogsDetails Package Description com.oracle.bmc.loggingingestion.model com.oracle.bmc.loggingingestion.requests 
- 
- 
Uses of PutLogsDetails in com.oracle.bmc.loggingingestion.modelMethods in com.oracle.bmc.loggingingestion.model that return PutLogsDetails Modifier and Type Method Description PutLogsDetailsPutLogsDetails.Builder. build()Methods in com.oracle.bmc.loggingingestion.model with parameters of type PutLogsDetails Modifier and Type Method Description PutLogsDetails.BuilderPutLogsDetails.Builder. copy(PutLogsDetails model)
- 
Uses of PutLogsDetails in com.oracle.bmc.loggingingestion.requestsMethods in com.oracle.bmc.loggingingestion.requests that return PutLogsDetails Modifier and Type Method Description PutLogsDetailsPutLogsRequest. getBody$()Alternative accessor for the body parameter.PutLogsDetailsPutLogsRequest. getPutLogsDetails()The logs to emit.Methods in com.oracle.bmc.loggingingestion.requests with parameters of type PutLogsDetails Modifier and Type Method Description PutLogsRequest.BuilderPutLogsRequest.Builder. body$(PutLogsDetails body)Alternative setter for the body parameter.PutLogsRequest.BuilderPutLogsRequest.Builder. putLogsDetails(PutLogsDetails putLogsDetails)The logs to emit.
 
-