Uses of Class
software.amazon.awssdk.services.fsx.model.DataRepositoryTaskType
-
Packages that use DataRepositoryTaskType Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of DataRepositoryTaskType in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return DataRepositoryTaskType Modifier and Type Method Description static DataRepositoryTaskTypeDataRepositoryTaskType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataRepositoryTaskTypeCreateDataRepositoryTaskRequest. type()Specifies the type of data repository task to create.DataRepositoryTaskTypeDataRepositoryTask. type()The type of data repository task.static DataRepositoryTaskTypeDataRepositoryTaskType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataRepositoryTaskType[]DataRepositoryTaskType. 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 DataRepositoryTaskType Modifier and Type Method Description static Set<DataRepositoryTaskType>DataRepositoryTaskType. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type DataRepositoryTaskType Modifier and Type Method Description CreateDataRepositoryTaskRequest.BuilderCreateDataRepositoryTaskRequest.Builder. type(DataRepositoryTaskType type)Specifies the type of data repository task to create.DataRepositoryTask.BuilderDataRepositoryTask.Builder. type(DataRepositoryTaskType type)The type of data repository task.
-