Uses of Enum
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 EmptyDirMediumType
EmptyDirVolumeOptions.getMedium()
The storage type to use for this Volume.final EmptyDirMediumType
EmptyDirVolumeOptions.Jsii$Proxy.getMedium()
static EmptyDirMediumType
Returns the enum constant of this type with the specified name.static EmptyDirMediumType[]
EmptyDirMediumType.values()
Returns an array containing the constants of this enum type, 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()