| Package | Description |
|---|---|
| software.amazon.awscdk.services.efs |
Amazon Elastic File System Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default PerformanceMode |
FileSystemProps.getPerformanceMode()
The performance mode that the file system will operate under.
|
PerformanceMode |
FileSystemProps.Jsii$Proxy.getPerformanceMode() |
static PerformanceMode |
PerformanceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerformanceMode[] |
PerformanceMode.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.performanceMode(PerformanceMode performanceMode)
The performance mode that the file system will operate under.
|
FileSystemProps.Builder |
FileSystemProps.Builder.performanceMode(PerformanceMode performanceMode)
Sets the value of
FileSystemProps.getPerformanceMode() |
Copyright © 2022. All rights reserved.