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