Uses of Class
com.oracle.bmc.jms.responses.RequestJfrRecordingsResponse
-
Packages that use RequestJfrRecordingsResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of RequestJfrRecordingsResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return RequestJfrRecordingsResponse Modifier and Type Method Description RequestJfrRecordingsResponse
JavaManagementService. requestJfrRecordings(RequestJfrRecordingsRequest request)
Request to collect the JFR recordings on the selected target in the Fleet.RequestJfrRecordingsResponse
JavaManagementServiceClient. requestJfrRecordings(RequestJfrRecordingsRequest request)
Methods in com.oracle.bmc.jms that return types with arguments of type RequestJfrRecordingsResponse Modifier and Type Method Description Future<RequestJfrRecordingsResponse>
JavaManagementServiceAsync. requestJfrRecordings(RequestJfrRecordingsRequest request, AsyncHandler<RequestJfrRecordingsRequest,RequestJfrRecordingsResponse> handler)
Request to collect the JFR recordings on the selected target in the Fleet.Future<RequestJfrRecordingsResponse>
JavaManagementServiceAsyncClient. requestJfrRecordings(RequestJfrRecordingsRequest request, AsyncHandler<RequestJfrRecordingsRequest,RequestJfrRecordingsResponse> handler)
Method parameters in com.oracle.bmc.jms with type arguments of type RequestJfrRecordingsResponse Modifier and Type Method Description Future<RequestJfrRecordingsResponse>
JavaManagementServiceAsync. requestJfrRecordings(RequestJfrRecordingsRequest request, AsyncHandler<RequestJfrRecordingsRequest,RequestJfrRecordingsResponse> handler)
Request to collect the JFR recordings on the selected target in the Fleet.Future<RequestJfrRecordingsResponse>
JavaManagementServiceAsyncClient. requestJfrRecordings(RequestJfrRecordingsRequest request, AsyncHandler<RequestJfrRecordingsRequest,RequestJfrRecordingsResponse> handler)
-
Uses of RequestJfrRecordingsResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return RequestJfrRecordingsResponse Modifier and Type Method Description RequestJfrRecordingsResponse
RequestJfrRecordingsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type RequestJfrRecordingsResponse Modifier and Type Method Description RequestJfrRecordingsResponse.Builder
RequestJfrRecordingsResponse.Builder. copy(RequestJfrRecordingsResponse o)
Copy method to populate the builder with values from the given instance.
-