Uses of Class
software.amazon.awssdk.services.fsx.model.DataRepositoryTaskLifecycle
-
Packages that use DataRepositoryTaskLifecycle Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of DataRepositoryTaskLifecycle in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return DataRepositoryTaskLifecycle Modifier and Type Method Description static DataRepositoryTaskLifecycleDataRepositoryTaskLifecycle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataRepositoryTaskLifecycleCancelDataRepositoryTaskResponse. lifecycle()The lifecycle status of the data repository task, as follows:DataRepositoryTaskLifecycleDataRepositoryTask. lifecycle()The lifecycle status of the data repository task, as follows:static DataRepositoryTaskLifecycleDataRepositoryTaskLifecycle. valueOf(String name)Returns the enum constant of this type with the specified name.static DataRepositoryTaskLifecycle[]DataRepositoryTaskLifecycle. 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 DataRepositoryTaskLifecycle Modifier and Type Method Description static Set<DataRepositoryTaskLifecycle>DataRepositoryTaskLifecycle. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type DataRepositoryTaskLifecycle Modifier and Type Method Description CancelDataRepositoryTaskResponse.BuilderCancelDataRepositoryTaskResponse.Builder. lifecycle(DataRepositoryTaskLifecycle lifecycle)The lifecycle status of the data repository task, as follows:DataRepositoryTask.BuilderDataRepositoryTask.Builder. lifecycle(DataRepositoryTaskLifecycle lifecycle)The lifecycle status of the data repository task, as follows:
-