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 DockerVolumeConsistencyDockerVolume.getConsistency()Mount consistency.final DockerVolumeConsistencyDockerVolume.Jsii$Proxy.getConsistency()static DockerVolumeConsistencyReturns 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()