Uses of Class
com.oracle.bmc.jms.requests.RequestJfrRecordingsRequest
-
Packages that use RequestJfrRecordingsRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of RequestJfrRecordingsRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type RequestJfrRecordingsRequest Modifier and Type Method Description RequestJfrRecordingsResponseJavaManagementService. requestJfrRecordings(RequestJfrRecordingsRequest request)Request to collect the JFR recordings on the selected target in the Fleet.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)RequestJfrRecordingsResponseJavaManagementServiceClient. requestJfrRecordings(RequestJfrRecordingsRequest request)Method parameters in com.oracle.bmc.jms with type arguments of type RequestJfrRecordingsRequest 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 RequestJfrRecordingsRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return RequestJfrRecordingsRequest Modifier and Type Method Description RequestJfrRecordingsRequestRequestJfrRecordingsRequest.Builder. build()Build the instance of RequestJfrRecordingsRequest as configured by this builderRequestJfrRecordingsRequestRequestJfrRecordingsRequest.Builder. buildWithoutInvocationCallback()Build the instance of RequestJfrRecordingsRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type RequestJfrRecordingsRequest Modifier and Type Method Description RequestJfrRecordingsRequest.BuilderRequestJfrRecordingsRequest.Builder. copy(RequestJfrRecordingsRequest o)Copy method to populate the builder with values from the given instance.
-