| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs.model |
| Modifier and Type | Method and Description |
|---|---|
static ThroughputMode |
ThroughputMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ThroughputMode |
CreateFileSystemRequest.throughputMode()
Specifies the throughput mode for the file system.
|
ThroughputMode |
FileSystemDescription.throughputMode()
Displays the file system's throughput mode.
|
ThroughputMode |
UpdateFileSystemResponse.throughputMode()
Displays the file system's throughput mode.
|
ThroughputMode |
UpdateFileSystemRequest.throughputMode()
(Optional) Updates the file system's throughput mode.
|
ThroughputMode |
CreateFileSystemResponse.throughputMode()
Displays the file system's throughput mode.
|
static ThroughputMode |
ThroughputMode.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ThroughputMode> |
ThroughputMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.throughputMode(ThroughputMode throughputMode)
Specifies the throughput mode for the file system.
|
FileSystemDescription.Builder |
FileSystemDescription.Builder.throughputMode(ThroughputMode throughputMode)
Displays the file system's throughput mode.
|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.throughputMode(ThroughputMode throughputMode)
Displays the file system's throughput mode.
|
UpdateFileSystemRequest.Builder |
UpdateFileSystemRequest.Builder.throughputMode(ThroughputMode throughputMode)
(Optional) Updates the file system's throughput mode.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.throughputMode(ThroughputMode throughputMode)
Displays the file system's throughput mode.
|
Copyright © 2023. All rights reserved.