Uses of Class
com.oracle.bmc.jms.responses.DeletePerformanceTuningAnalysisResultResponse
-
Packages that use DeletePerformanceTuningAnalysisResultResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of DeletePerformanceTuningAnalysisResultResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return DeletePerformanceTuningAnalysisResultResponse Modifier and Type Method Description DeletePerformanceTuningAnalysisResultResponse
JavaManagementService. deletePerformanceTuningAnalysisResult(DeletePerformanceTuningAnalysisResultRequest request)
Deletes only the metadata of the Performance Tuning Analysis result, but the file remains in the object storage.DeletePerformanceTuningAnalysisResultResponse
JavaManagementServiceClient. deletePerformanceTuningAnalysisResult(DeletePerformanceTuningAnalysisResultRequest request)
Methods in com.oracle.bmc.jms that return types with arguments of type DeletePerformanceTuningAnalysisResultResponse Modifier and Type Method Description Future<DeletePerformanceTuningAnalysisResultResponse>
JavaManagementServiceAsync. deletePerformanceTuningAnalysisResult(DeletePerformanceTuningAnalysisResultRequest request, AsyncHandler<DeletePerformanceTuningAnalysisResultRequest,DeletePerformanceTuningAnalysisResultResponse> handler)
Deletes only the metadata of the Performance Tuning Analysis result, but the file remains in the object storage.Future<DeletePerformanceTuningAnalysisResultResponse>
JavaManagementServiceAsyncClient. deletePerformanceTuningAnalysisResult(DeletePerformanceTuningAnalysisResultRequest request, AsyncHandler<DeletePerformanceTuningAnalysisResultRequest,DeletePerformanceTuningAnalysisResultResponse> handler)
Method parameters in com.oracle.bmc.jms with type arguments of type DeletePerformanceTuningAnalysisResultResponse Modifier and Type Method Description Future<DeletePerformanceTuningAnalysisResultResponse>
JavaManagementServiceAsync. deletePerformanceTuningAnalysisResult(DeletePerformanceTuningAnalysisResultRequest request, AsyncHandler<DeletePerformanceTuningAnalysisResultRequest,DeletePerformanceTuningAnalysisResultResponse> handler)
Deletes only the metadata of the Performance Tuning Analysis result, but the file remains in the object storage.Future<DeletePerformanceTuningAnalysisResultResponse>
JavaManagementServiceAsyncClient. deletePerformanceTuningAnalysisResult(DeletePerformanceTuningAnalysisResultRequest request, AsyncHandler<DeletePerformanceTuningAnalysisResultRequest,DeletePerformanceTuningAnalysisResultResponse> handler)
-
Uses of DeletePerformanceTuningAnalysisResultResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return DeletePerformanceTuningAnalysisResultResponse Modifier and Type Method Description DeletePerformanceTuningAnalysisResultResponse
DeletePerformanceTuningAnalysisResultResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type DeletePerformanceTuningAnalysisResultResponse Modifier and Type Method Description DeletePerformanceTuningAnalysisResultResponse.Builder
DeletePerformanceTuningAnalysisResultResponse.Builder. copy(DeletePerformanceTuningAnalysisResultResponse o)
Copy method to populate the builder with values from the given instance.
-