| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Method and Description |
|---|---|
default DockerVolumeConsistency |
DockerVolume.getConsistency()
(experimental) Mount consistency.
|
DockerVolumeConsistency |
DockerVolume.Jsii$Proxy.getConsistency() |
static DockerVolumeConsistency |
DockerVolumeConsistency.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
DockerVolume.Builder |
DockerVolume.Builder.consistency(DockerVolumeConsistency consistency)
Sets the value of
DockerVolume.getConsistency() |
| Constructor and Description |
|---|
Jsii$Proxy(String containerPath,
String hostPath,
DockerVolumeConsistency consistency)
Constructor that initializes the object based on literal property values passed by the
DockerVolume.Builder. |
Copyright © 2021. All rights reserved.