| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs.model |
| Modifier and Type | Method and Description |
|---|---|
static PerformanceMode |
PerformanceMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PerformanceMode |
CreateFileSystemRequest.performanceMode()
The performance mode of the file system.
|
PerformanceMode |
FileSystemDescription.performanceMode()
The performance mode of the file system.
|
PerformanceMode |
UpdateFileSystemResponse.performanceMode()
The performance mode of the file system.
|
PerformanceMode |
CreateFileSystemResponse.performanceMode()
The performance mode of the file system.
|
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 |
|---|---|
static Set<PerformanceMode> |
PerformanceMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.performanceMode(PerformanceMode performanceMode)
The performance mode of the file system.
|
FileSystemDescription.Builder |
FileSystemDescription.Builder.performanceMode(PerformanceMode performanceMode)
The performance mode of the file system.
|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.performanceMode(PerformanceMode performanceMode)
The performance mode of the file system.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.performanceMode(PerformanceMode performanceMode)
The performance mode of the file system.
|
Copyright © 2023. All rights reserved.