Uses of Class
com.oracle.bmc.jmsutils.model.RequestPerformanceTuningAnalysisDetails
-
Packages that use RequestPerformanceTuningAnalysisDetails Package Description com.oracle.bmc.jmsutils.model com.oracle.bmc.jmsutils.requests -
-
Uses of RequestPerformanceTuningAnalysisDetails in com.oracle.bmc.jmsutils.model
Methods in com.oracle.bmc.jmsutils.model that return RequestPerformanceTuningAnalysisDetails Modifier and Type Method Description RequestPerformanceTuningAnalysisDetails
RequestPerformanceTuningAnalysisDetails.Builder. build()
Methods in com.oracle.bmc.jmsutils.model with parameters of type RequestPerformanceTuningAnalysisDetails Modifier and Type Method Description RequestPerformanceTuningAnalysisDetails.Builder
RequestPerformanceTuningAnalysisDetails.Builder. copy(RequestPerformanceTuningAnalysisDetails model)
-
Uses of RequestPerformanceTuningAnalysisDetails in com.oracle.bmc.jmsutils.requests
Methods in com.oracle.bmc.jmsutils.requests that return RequestPerformanceTuningAnalysisDetails Modifier and Type Method Description RequestPerformanceTuningAnalysisDetails
RequestPerformanceTuningAnalysisRequest. getBody$()
Alternative accessor for the body parameter.RequestPerformanceTuningAnalysisDetails
RequestPerformanceTuningAnalysisRequest. getRequestPerformanceTuningAnalysisDetails()
Details for the new PerformanceTuningAnalysis.Methods in com.oracle.bmc.jmsutils.requests with parameters of type RequestPerformanceTuningAnalysisDetails Modifier and Type Method Description RequestPerformanceTuningAnalysisRequest.Builder
RequestPerformanceTuningAnalysisRequest.Builder. body$(RequestPerformanceTuningAnalysisDetails body)
Alternative setter for the body parameter.RequestPerformanceTuningAnalysisRequest.Builder
RequestPerformanceTuningAnalysisRequest.Builder. requestPerformanceTuningAnalysisDetails(RequestPerformanceTuningAnalysisDetails requestPerformanceTuningAnalysisDetails)
Details for the new PerformanceTuningAnalysis.
-