Uses of Class
com.oracle.bmc.jmsutils.responses.DeletePerformanceTuningAnalysisResponse
-
Packages that use DeletePerformanceTuningAnalysisResponse Package Description com.oracle.bmc.jmsutils com.oracle.bmc.jmsutils.responses -
-
Uses of DeletePerformanceTuningAnalysisResponse in com.oracle.bmc.jmsutils
Methods in com.oracle.bmc.jmsutils that return DeletePerformanceTuningAnalysisResponse Modifier and Type Method Description DeletePerformanceTuningAnalysisResponse
JmsUtils. deletePerformanceTuningAnalysis(DeletePerformanceTuningAnalysisRequest request)
Deletes a Performance Tuning Analysis.DeletePerformanceTuningAnalysisResponse
JmsUtilsClient. deletePerformanceTuningAnalysis(DeletePerformanceTuningAnalysisRequest request)
Methods in com.oracle.bmc.jmsutils that return types with arguments of type DeletePerformanceTuningAnalysisResponse Modifier and Type Method Description Future<DeletePerformanceTuningAnalysisResponse>
JmsUtilsAsync. deletePerformanceTuningAnalysis(DeletePerformanceTuningAnalysisRequest request, AsyncHandler<DeletePerformanceTuningAnalysisRequest,DeletePerformanceTuningAnalysisResponse> handler)
Deletes a Performance Tuning Analysis.Future<DeletePerformanceTuningAnalysisResponse>
JmsUtilsAsyncClient. deletePerformanceTuningAnalysis(DeletePerformanceTuningAnalysisRequest request, AsyncHandler<DeletePerformanceTuningAnalysisRequest,DeletePerformanceTuningAnalysisResponse> handler)
Method parameters in com.oracle.bmc.jmsutils with type arguments of type DeletePerformanceTuningAnalysisResponse Modifier and Type Method Description Future<DeletePerformanceTuningAnalysisResponse>
JmsUtilsAsync. deletePerformanceTuningAnalysis(DeletePerformanceTuningAnalysisRequest request, AsyncHandler<DeletePerformanceTuningAnalysisRequest,DeletePerformanceTuningAnalysisResponse> handler)
Deletes a Performance Tuning Analysis.Future<DeletePerformanceTuningAnalysisResponse>
JmsUtilsAsyncClient. deletePerformanceTuningAnalysis(DeletePerformanceTuningAnalysisRequest request, AsyncHandler<DeletePerformanceTuningAnalysisRequest,DeletePerformanceTuningAnalysisResponse> handler)
-
Uses of DeletePerformanceTuningAnalysisResponse in com.oracle.bmc.jmsutils.responses
Methods in com.oracle.bmc.jmsutils.responses that return DeletePerformanceTuningAnalysisResponse Modifier and Type Method Description DeletePerformanceTuningAnalysisResponse
DeletePerformanceTuningAnalysisResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jmsutils.responses with parameters of type DeletePerformanceTuningAnalysisResponse Modifier and Type Method Description DeletePerformanceTuningAnalysisResponse.Builder
DeletePerformanceTuningAnalysisResponse.Builder. copy(DeletePerformanceTuningAnalysisResponse o)
Copy method to populate the builder with values from the given instance.
-