| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
static ThroughputMode |
ThroughputMode.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
CreateFileSystemResult.setThroughputMode(ThroughputMode throughputMode)
Displays the file system's throughput mode.
|
void |
CreateFileSystemRequest.setThroughputMode(ThroughputMode throughputMode)
Specifies the throughput mode for the file system, either
bursting or provisioned. |
void |
FileSystemDescription.setThroughputMode(ThroughputMode throughputMode)
Displays the file system's throughput mode.
|
void |
UpdateFileSystemResult.setThroughputMode(ThroughputMode throughputMode)
Displays the file system's throughput mode.
|
CreateFileSystemResult |
CreateFileSystemResult.withThroughputMode(ThroughputMode throughputMode)
Displays the file system's throughput mode.
|
CreateFileSystemRequest |
CreateFileSystemRequest.withThroughputMode(ThroughputMode throughputMode)
Specifies the throughput mode for the file system, either
bursting or provisioned. |
FileSystemDescription |
FileSystemDescription.withThroughputMode(ThroughputMode throughputMode)
Displays the file system's throughput mode.
|
UpdateFileSystemRequest |
UpdateFileSystemRequest.withThroughputMode(ThroughputMode throughputMode)
(Optional) Updates the file system's throughput mode.
|
UpdateFileSystemResult |
UpdateFileSystemResult.withThroughputMode(ThroughputMode throughputMode)
Displays the file system's throughput mode.
|
Copyright © 2022. All rights reserved.