Uses of Class
software.amazon.awssdk.services.fsx.model.DataRepositoryLifecycle
-
Packages that use DataRepositoryLifecycle Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of DataRepositoryLifecycle in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return DataRepositoryLifecycle Modifier and Type Method Description static DataRepositoryLifecycleDataRepositoryLifecycle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataRepositoryLifecycleDataRepositoryAssociation. lifecycle()Describes the state of a data repository association.DataRepositoryLifecycleDataRepositoryConfiguration. lifecycle()Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository.DataRepositoryLifecycleDeleteDataRepositoryAssociationResponse. lifecycle()Describes the lifecycle state of the data repository association being deleted.static DataRepositoryLifecycleDataRepositoryLifecycle. 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.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type DataRepositoryLifecycle Modifier and Type Method Description static Set<DataRepositoryLifecycle>DataRepositoryLifecycle. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type DataRepositoryLifecycle Modifier and Type Method Description DataRepositoryAssociation.BuilderDataRepositoryAssociation.Builder. lifecycle(DataRepositoryLifecycle lifecycle)Describes the state of a data repository association.DataRepositoryConfiguration.BuilderDataRepositoryConfiguration.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.BuilderDeleteDataRepositoryAssociationResponse.Builder. lifecycle(DataRepositoryLifecycle lifecycle)Describes the lifecycle state of the data repository association being deleted.
-