Uses of Class
software.amazon.awssdk.services.datazone.model.FilterClause.Type
-
Packages that use FilterClause.Type Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of FilterClause.Type in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return FilterClause.Type Modifier and Type Method Description FilterClause.TypeFilterClause. type()Retrieve an enum value representing which member of this object is populated.static FilterClause.TypeFilterClause.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterClause.Type[]FilterClause.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-