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