Uses of Enum
software.amazon.awscdk.services.efs.ThroughputMode
Packages that use ThroughputMode
Package
Description
Amazon Elastic File System Construct Library
-
Uses of ThroughputMode in software.amazon.awscdk.services.efs
Methods in software.amazon.awscdk.services.efs that return ThroughputModeModifier and TypeMethodDescriptiondefault ThroughputModeFileSystemProps.getThroughputMode()Enum to mention the throughput mode of the file system.final ThroughputModeFileSystemProps.Jsii$Proxy.getThroughputMode()static ThroughputModeReturns 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.Methods in software.amazon.awscdk.services.efs with parameters of type ThroughputModeModifier and TypeMethodDescriptionFileSystem.Builder.throughputMode(ThroughputMode throughputMode) Enum to mention the throughput mode of the file system.FileSystemProps.Builder.throughputMode(ThroughputMode throughputMode) Sets the value ofFileSystemProps.getThroughputMode()