Uses of Enum
software.amazon.awscdk.services.efs.PerformanceMode
Packages that use PerformanceMode
Package
Description
Amazon Elastic File System Construct Library
-
Uses of PerformanceMode in software.amazon.awscdk.services.efs
Methods in software.amazon.awscdk.services.efs that return PerformanceModeModifier and TypeMethodDescriptiondefault PerformanceMode
FileSystemProps.getPerformanceMode()
The performance mode that the file system will operate under.final PerformanceMode
FileSystemProps.Jsii$Proxy.getPerformanceMode()
static PerformanceMode
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.Methods in software.amazon.awscdk.services.efs with parameters of type PerformanceModeModifier and TypeMethodDescriptionFileSystem.Builder.performanceMode
(PerformanceMode performanceMode) The performance mode that the file system will operate under.FileSystemProps.Builder.performanceMode
(PerformanceMode performanceMode) Sets the value ofFileSystemProps.getPerformanceMode()