| Package | Description |
|---|---|
| software.amazon.awscdk.services.efs |
Amazon Elastic File System Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ThroughputMode |
FileSystemProps.getThroughputMode()
Enum to mention the throughput mode of the file system.
|
ThroughputMode |
FileSystemProps.Jsii$Proxy.getThroughputMode() |
static ThroughputMode |
ThroughputMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThroughputMode[] |
ThroughputMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FileSystem.Builder |
FileSystem.Builder.throughputMode(ThroughputMode throughputMode)
Enum to mention the throughput mode of the file system.
|
FileSystemProps.Builder |
FileSystemProps.Builder.throughputMode(ThroughputMode throughputMode)
Sets the value of
FileSystemProps.getThroughputMode() |
Copyright © 2022. All rights reserved.