Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.ImportTaskFilterName
-
Packages that use ImportTaskFilterName Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of ImportTaskFilterName in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return ImportTaskFilterName Modifier and Type Method Description static ImportTaskFilterNameImportTaskFilterName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImportTaskFilterNameImportTaskFilter. name()The name, status, or import task ID for a specific import task.static ImportTaskFilterNameImportTaskFilterName. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportTaskFilterName[]ImportTaskFilterName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type ImportTaskFilterName Modifier and Type Method Description static Set<ImportTaskFilterName>ImportTaskFilterName. knownValues()Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type ImportTaskFilterName Modifier and Type Method Description ImportTaskFilter.BuilderImportTaskFilter.Builder. name(ImportTaskFilterName name)The name, status, or import task ID for a specific import task.
-