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