| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static FileCacheLifecycle |
FileCacheLifecycle.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FileCacheLifecycle |
FileCacheCreating.lifecycle()
The lifecycle status of the cache.
|
FileCacheLifecycle |
DeleteFileCacheResponse.lifecycle()
The cache lifecycle for the deletion request.
|
FileCacheLifecycle |
FileCache.lifecycle()
The lifecycle status of the cache.
|
static FileCacheLifecycle |
FileCacheLifecycle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileCacheLifecycle[] |
FileCacheLifecycle.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<FileCacheLifecycle> |
FileCacheLifecycle.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FileCacheCreating.Builder |
FileCacheCreating.Builder.lifecycle(FileCacheLifecycle lifecycle)
The lifecycle status of the cache.
|
DeleteFileCacheResponse.Builder |
DeleteFileCacheResponse.Builder.lifecycle(FileCacheLifecycle lifecycle)
The cache lifecycle for the deletion request.
|
FileCache.Builder |
FileCache.Builder.lifecycle(FileCacheLifecycle lifecycle)
The lifecycle status of the cache.
|
Copyright © 2023. All rights reserved.