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