Uses of Class
com.oracle.bmc.jms.model.PerformanceTuningResultStatus
-
Packages that use PerformanceTuningResultStatus Package Description com.oracle.bmc.jms.model -
-
Uses of PerformanceTuningResultStatus in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return PerformanceTuningResultStatus Modifier and Type Method Description static PerformanceTuningResultStatus
PerformanceTuningResultStatus. create(String key)
PerformanceTuningResultStatus
PerformanceTuningAnalysisResult. getResult()
Result of the analysis based on whether warnings have been found or not.PerformanceTuningResultStatus
PerformanceTuningAnalysisResultSummary. getResult()
Result of the analysis based on whether warnings have been found or not.static PerformanceTuningResultStatus
PerformanceTuningResultStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static PerformanceTuningResultStatus[]
PerformanceTuningResultStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type PerformanceTuningResultStatus Modifier and Type Method Description PerformanceTuningAnalysisResult.Builder
PerformanceTuningAnalysisResult.Builder. result(PerformanceTuningResultStatus result)
Result of the analysis based on whether warnings have been found or not.PerformanceTuningAnalysisResultSummary.Builder
PerformanceTuningAnalysisResultSummary.Builder. result(PerformanceTuningResultStatus result)
Result of the analysis based on whether warnings have been found or not.Constructors in com.oracle.bmc.jms.model with parameters of type PerformanceTuningResultStatus Constructor Description PerformanceTuningAnalysisResult(String id, String workRequestId, String fleetId, String applicationId, String applicationInstallationId, String applicationInstallationPath, Integer warningCount, PerformanceTuningResultStatus result, String managedInstanceId, String hostName, String applicationName, String namespace, String bucketName, String objectName, Date timeCreated, Date timeStarted, Date timeFinished)
Deprecated.PerformanceTuningAnalysisResultSummary(String id, String workRequestId, String fleetId, String applicationId, String applicationInstallationId, String applicationInstallationPath, Integer warningCount, PerformanceTuningResultStatus result, String managedInstanceId, String hostName, String applicationName, String namespace, String bucketName, String objectName, Date timeCreated, Date timeStarted, Date timeFinished)
Deprecated.
-