Uses of Class
software.amazon.awssdk.services.efs.model.PerformanceMode
-
Packages that use PerformanceMode Package Description software.amazon.awssdk.services.efs.model -
-
Uses of PerformanceMode in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return PerformanceMode Modifier and Type Method Description static PerformanceModePerformanceMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PerformanceModeCreateFileSystemRequest. performanceMode()The performance mode of the file system.PerformanceModeCreateFileSystemResponse. performanceMode()The performance mode of the file system.PerformanceModeFileSystemDescription. performanceMode()The performance mode of the file system.PerformanceModeUpdateFileSystemResponse. performanceMode()The performance mode of the file system.static PerformanceModePerformanceMode. 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.Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type PerformanceMode Modifier and Type Method Description static Set<PerformanceMode>PerformanceMode. knownValues()Methods in software.amazon.awssdk.services.efs.model with parameters of type PerformanceMode Modifier and Type Method Description CreateFileSystemRequest.BuilderCreateFileSystemRequest.Builder. performanceMode(PerformanceMode performanceMode)The performance mode of the file system.CreateFileSystemResponse.BuilderCreateFileSystemResponse.Builder. performanceMode(PerformanceMode performanceMode)The performance mode of the file system.FileSystemDescription.BuilderFileSystemDescription.Builder. performanceMode(PerformanceMode performanceMode)The performance mode of the file system.UpdateFileSystemResponse.BuilderUpdateFileSystemResponse.Builder. performanceMode(PerformanceMode performanceMode)The performance mode of the file system.
-