Uses of Enum
software.amazon.awscdk.DockerVolumeConsistency
Packages that use DockerVolumeConsistency
-
Uses of DockerVolumeConsistency in software.amazon.awscdk
Methods in software.amazon.awscdk that return DockerVolumeConsistencyModifier and TypeMethodDescriptiondefault DockerVolumeConsistency
DockerVolume.getConsistency()
Mount consistency.final DockerVolumeConsistency
DockerVolume.Jsii$Proxy.getConsistency()
static DockerVolumeConsistency
Returns the enum constant of this type with the specified name.static DockerVolumeConsistency[]
DockerVolumeConsistency.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk with parameters of type DockerVolumeConsistencyModifier and TypeMethodDescriptionDockerVolume.Builder.consistency
(DockerVolumeConsistency consistency) Sets the value ofDockerVolume.getConsistency()