Uses of Class
com.oracle.bmc.containerinstances.model.VolumeMount
-
Packages that use VolumeMount Package Description com.oracle.bmc.containerinstances.model -
-
Uses of VolumeMount in com.oracle.bmc.containerinstances.model
Methods in com.oracle.bmc.containerinstances.model that return VolumeMount Modifier and Type Method Description VolumeMount
VolumeMount.Builder. build()
Methods in com.oracle.bmc.containerinstances.model that return types with arguments of type VolumeMount Modifier and Type Method Description List<VolumeMount>
Container. getVolumeMounts()
List of the volume mounts.Methods in com.oracle.bmc.containerinstances.model with parameters of type VolumeMount Modifier and Type Method Description VolumeMount.Builder
VolumeMount.Builder. copy(VolumeMount model)
Method parameters in com.oracle.bmc.containerinstances.model with type arguments of type VolumeMount Modifier and Type Method Description Container.Builder
Container.Builder. volumeMounts(List<VolumeMount> volumeMounts)
List of the volume mounts.
-