Uses of Class
com.oracle.bmc.jms.model.RequestJfrRecordingsDetails
-
Packages that use RequestJfrRecordingsDetails Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of RequestJfrRecordingsDetails in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return RequestJfrRecordingsDetails Modifier and Type Method Description RequestJfrRecordingsDetails
RequestJfrRecordingsDetails.Builder. build()
Methods in com.oracle.bmc.jms.model with parameters of type RequestJfrRecordingsDetails Modifier and Type Method Description RequestJfrRecordingsDetails.Builder
RequestJfrRecordingsDetails.Builder. copy(RequestJfrRecordingsDetails model)
-
Uses of RequestJfrRecordingsDetails in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return RequestJfrRecordingsDetails Modifier and Type Method Description RequestJfrRecordingsDetails
RequestJfrRecordingsRequest. getBody$()
Alternative accessor for the body parameter.RequestJfrRecordingsDetails
RequestJfrRecordingsRequest. getRequestJfrRecordingsDetails()
Detail information to start JFR recordings.Methods in com.oracle.bmc.jms.requests with parameters of type RequestJfrRecordingsDetails Modifier and Type Method Description RequestJfrRecordingsRequest.Builder
RequestJfrRecordingsRequest.Builder. body$(RequestJfrRecordingsDetails body)
Alternative setter for the body parameter.RequestJfrRecordingsRequest.Builder
RequestJfrRecordingsRequest.Builder. requestJfrRecordingsDetails(RequestJfrRecordingsDetails requestJfrRecordingsDetails)
Detail information to start JFR recordings.
-