| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static FileCacheType |
FileCacheType.fromValue(String value)
Use this in place of valueOf.
|
static FileCacheType |
FileCacheType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileCacheType[] |
FileCacheType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FileCache |
FileCache.withFileCacheType(FileCacheType fileCacheType)
The type of cache, which must be
LUSTRE. |
FileCacheCreating |
FileCacheCreating.withFileCacheType(FileCacheType fileCacheType)
The type of cache, which must be
LUSTRE. |
CreateFileCacheRequest |
CreateFileCacheRequest.withFileCacheType(FileCacheType fileCacheType)
The type of cache that you're creating, which must be
LUSTRE. |
Copyright © 2023. All rights reserved.