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.model
Methods in com.oracle.bmc.loggingingestion.model that return PutLogsDetails Modifier and Type Method Description PutLogsDetails
PutLogsDetails.Builder. build()
Methods in com.oracle.bmc.loggingingestion.model with parameters of type PutLogsDetails Modifier and Type Method Description PutLogsDetails.Builder
PutLogsDetails.Builder. copy(PutLogsDetails model)
-
Uses of PutLogsDetails in com.oracle.bmc.loggingingestion.requests
Methods in com.oracle.bmc.loggingingestion.requests that return PutLogsDetails Modifier and Type Method Description PutLogsDetails
PutLogsRequest. getBody$()
Alternative accessor for the body parameter.PutLogsDetails
PutLogsRequest. getPutLogsDetails()
The logs to emit.Methods in com.oracle.bmc.loggingingestion.requests with parameters of type PutLogsDetails Modifier and Type Method Description PutLogsRequest.Builder
PutLogsRequest.Builder. body$(PutLogsDetails body)
Alternative setter for the body parameter.PutLogsRequest.Builder
PutLogsRequest.Builder. putLogsDetails(PutLogsDetails putLogsDetails)
The logs to emit.
-