| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
static PerformanceMode |
PerformanceMode.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
UpdateFileSystemResult.setPerformanceMode(PerformanceMode performanceMode)
The Performance mode of the file system.
|
void |
FileSystemDescription.setPerformanceMode(PerformanceMode performanceMode)
The Performance mode of the file system.
|
void |
CreateFileSystemRequest.setPerformanceMode(PerformanceMode performanceMode)
The Performance mode of the file system.
|
void |
CreateFileSystemResult.setPerformanceMode(PerformanceMode performanceMode)
The Performance mode of the file system.
|
UpdateFileSystemResult |
UpdateFileSystemResult.withPerformanceMode(PerformanceMode performanceMode)
The Performance mode of the file system.
|
FileSystemDescription |
FileSystemDescription.withPerformanceMode(PerformanceMode performanceMode)
The Performance mode of the file system.
|
CreateFileSystemRequest |
CreateFileSystemRequest.withPerformanceMode(PerformanceMode performanceMode)
The Performance mode of the file system.
|
CreateFileSystemResult |
CreateFileSystemResult.withPerformanceMode(PerformanceMode performanceMode)
The Performance mode of the file system.
|
Copyright © 2025. All rights reserved.