Uses of Class
com.oracle.bmc.datascience.model.ContainerSummary.Usages
-
Packages that use ContainerSummary.Usages Package Description com.oracle.bmc.datascience.model -
-
Uses of ContainerSummary.Usages in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ContainerSummary.Usages Modifier and Type Method Description static ContainerSummary.Usages
ContainerSummary.Usages. create(String key)
static ContainerSummary.Usages
ContainerSummary.Usages. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContainerSummary.Usages[]
ContainerSummary.Usages. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datascience.model that return types with arguments of type ContainerSummary.Usages Modifier and Type Method Description List<ContainerSummary.Usages>
ContainerSummary. getUsages()
The list of usages of this container.Method parameters in com.oracle.bmc.datascience.model with type arguments of type ContainerSummary.Usages Modifier and Type Method Description ContainerSummary.Builder
ContainerSummary.Builder. usages(List<ContainerSummary.Usages> usages)
The list of usages of this container.
-