Uses of Class
com.oracle.bmc.jms.model.JavaServerInstanceSortBy
-
Packages that use JavaServerInstanceSortBy Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of JavaServerInstanceSortBy in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return JavaServerInstanceSortBy Modifier and Type Method Description static JavaServerInstanceSortBy
JavaServerInstanceSortBy. create(String key)
static JavaServerInstanceSortBy
JavaServerInstanceSortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static JavaServerInstanceSortBy[]
JavaServerInstanceSortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JavaServerInstanceSortBy in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return JavaServerInstanceSortBy Modifier and Type Method Description JavaServerInstanceSortBy
SummarizeJavaServerInstanceUsageRequest. getSortBy()
The field to sort the Java Server instances.Methods in com.oracle.bmc.jms.requests with parameters of type JavaServerInstanceSortBy Modifier and Type Method Description SummarizeJavaServerInstanceUsageRequest.Builder
SummarizeJavaServerInstanceUsageRequest.Builder. sortBy(JavaServerInstanceSortBy sortBy)
The field to sort the Java Server instances.
-