| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
FileCacheLustreDeploymentType |
CreateFileCacheLustreConfiguration.deploymentType()
Specifies the cache deployment type, which must be
CACHE_1. |
FileCacheLustreDeploymentType |
FileCacheLustreConfiguration.deploymentType()
The deployment type of the Amazon File Cache resource, which must be
CACHE_1. |
static FileCacheLustreDeploymentType |
FileCacheLustreDeploymentType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FileCacheLustreDeploymentType |
FileCacheLustreDeploymentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileCacheLustreDeploymentType[] |
FileCacheLustreDeploymentType.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<FileCacheLustreDeploymentType> |
FileCacheLustreDeploymentType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFileCacheLustreConfiguration.Builder |
CreateFileCacheLustreConfiguration.Builder.deploymentType(FileCacheLustreDeploymentType deploymentType)
Specifies the cache deployment type, which must be
CACHE_1. |
FileCacheLustreConfiguration.Builder |
FileCacheLustreConfiguration.Builder.deploymentType(FileCacheLustreDeploymentType deploymentType)
The deployment type of the Amazon File Cache resource, which must be
CACHE_1. |
Copyright © 2023. All rights reserved.