Uses of Class
com.oracle.bmc.opensearch.model.BenchmarkDetails.PerfTestLength
-
Packages that use BenchmarkDetails.PerfTestLength Package Description com.oracle.bmc.opensearch.model -
-
Uses of BenchmarkDetails.PerfTestLength in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return BenchmarkDetails.PerfTestLength Modifier and Type Method Description static BenchmarkDetails.PerfTestLength
BenchmarkDetails.PerfTestLength. create(String key)
BenchmarkDetails.PerfTestLength
BenchmarkDetails. getPerfTestLength()
Execution Length of Perf Test (default set to STANDARD)static BenchmarkDetails.PerfTestLength
BenchmarkDetails.PerfTestLength. valueOf(String name)
Returns the enum constant of this type with the specified name.static BenchmarkDetails.PerfTestLength[]
BenchmarkDetails.PerfTestLength. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opensearch.model with parameters of type BenchmarkDetails.PerfTestLength Modifier and Type Method Description BenchmarkDetails.Builder
BenchmarkDetails.Builder. perfTestLength(BenchmarkDetails.PerfTestLength perfTestLength)
Execution Length of Perf Test (default set to STANDARD)Constructors in com.oracle.bmc.opensearch.model with parameters of type BenchmarkDetails.PerfTestLength Constructor Description BenchmarkDetails(BenchmarkDetails.PerfTestLength perfTestLength, String controlClusterId, String test1ClusterId, String test2ClusterId)
Deprecated.
-