Uses of Class
com.oracle.bmc.datascience.model.ContainerUsage
-
Packages that use ContainerUsage Package Description com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of ContainerUsage in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ContainerUsage Modifier and Type Method Description static ContainerUsage
ContainerUsage. create(String key)
static ContainerUsage
ContainerUsage. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContainerUsage[]
ContainerUsage. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ContainerUsage in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ContainerUsage Modifier and Type Method Description ContainerUsage
ListContainersRequest. getUsageQueryParam()
Filter results by the usage.
Methods in com.oracle.bmc.datascience.requests with parameters of type ContainerUsage Modifier and Type Method Description ListContainersRequest.Builder
ListContainersRequest.Builder. usageQueryParam(ContainerUsage usageQueryParam)
Filter results by the usage.
-