Uses of Class
software.amazon.awssdk.services.datasync.model.TaskFilterName
-
Packages that use TaskFilterName Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of TaskFilterName in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return TaskFilterName Modifier and Type Method Description static TaskFilterNameTaskFilterName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TaskFilterNameTaskFilter. name()The name of the filter being used.static TaskFilterNameTaskFilterName. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskFilterName[]TaskFilterName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type TaskFilterName Modifier and Type Method Description static Set<TaskFilterName>TaskFilterName. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type TaskFilterName Modifier and Type Method Description TaskFilter.BuilderTaskFilter.Builder. name(TaskFilterName name)The name of the filter being used.
-