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