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