Uses of Enum Class
software.amazon.awscdk.services.batch.EmptyDirMediumType
Packages that use EmptyDirMediumType
-
Uses of EmptyDirMediumType in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return EmptyDirMediumTypeModifier and TypeMethodDescriptionEmptyDirVolume.getMedium()The storage type to use for this Volume.default EmptyDirMediumTypeEmptyDirVolumeOptions.getMedium()The storage type to use for this Volume.final EmptyDirMediumTypeEmptyDirVolumeOptions.Jsii$Proxy.getMedium()static EmptyDirMediumTypeReturns the enum constant of this class with the specified name.static EmptyDirMediumType[]EmptyDirMediumType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.batch with parameters of type EmptyDirMediumTypeModifier and TypeMethodDescriptionEmptyDirVolume.Builder.medium(EmptyDirMediumType medium) The storage type to use for this Volume.EmptyDirVolumeOptions.Builder.medium(EmptyDirMediumType medium) Sets the value ofEmptyDirVolumeOptions.getMedium()