| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static DataRepositoryLifecycle |
DataRepositoryLifecycle.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DataRepositoryLifecycle |
DataRepositoryAssociation.lifecycle()
Describes the state of a data repository association.
|
DataRepositoryLifecycle |
DataRepositoryConfiguration.lifecycle()
Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository.
|
DataRepositoryLifecycle |
DeleteDataRepositoryAssociationResponse.lifecycle()
Describes the lifecycle state of the data repository association being deleted.
|
static DataRepositoryLifecycle |
DataRepositoryLifecycle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataRepositoryLifecycle[] |
DataRepositoryLifecycle.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<DataRepositoryLifecycle> |
DataRepositoryLifecycle.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DataRepositoryAssociation.Builder |
DataRepositoryAssociation.Builder.lifecycle(DataRepositoryLifecycle lifecycle)
Describes the state of a data repository association.
|
DataRepositoryConfiguration.Builder |
DataRepositoryConfiguration.Builder.lifecycle(DataRepositoryLifecycle lifecycle)
Describes the state of the file system's S3 durable data repository, if it is configured with an S3
repository.
|
DeleteDataRepositoryAssociationResponse.Builder |
DeleteDataRepositoryAssociationResponse.Builder.lifecycle(DataRepositoryLifecycle lifecycle)
Describes the lifecycle state of the data repository association being deleted.
|
Copyright © 2023. All rights reserved.