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