Uses of Class
software.amazon.awssdk.services.fsx.model.DataRepositoryTaskFilterName
-
Packages that use DataRepositoryTaskFilterName Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of DataRepositoryTaskFilterName in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return DataRepositoryTaskFilterName Modifier and Type Method Description static DataRepositoryTaskFilterNameDataRepositoryTaskFilterName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataRepositoryTaskFilterNameDataRepositoryTaskFilter. name()Name of the task property to use in filtering the tasks returned in the response.static DataRepositoryTaskFilterNameDataRepositoryTaskFilterName. valueOf(String name)Returns the enum constant of this type with the specified name.static DataRepositoryTaskFilterName[]DataRepositoryTaskFilterName. 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 DataRepositoryTaskFilterName Modifier and Type Method Description static Set<DataRepositoryTaskFilterName>DataRepositoryTaskFilterName. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type DataRepositoryTaskFilterName Modifier and Type Method Description DataRepositoryTaskFilter.BuilderDataRepositoryTaskFilter.Builder. name(DataRepositoryTaskFilterName name)Name of the task property to use in filtering the tasks returned in the response.
-