Uses of Class
software.amazon.awssdk.services.directory.model.RegionType
-
Packages that use RegionType Package Description software.amazon.awssdk.services.directory.model -
-
Uses of RegionType in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return RegionType Modifier and Type Method Description static RegionTypeRegionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RegionTypeRegionDescription. regionType()Specifies whether the Region is the primary Region or an additional Region.static RegionTypeRegionType. valueOf(String name)Returns the enum constant of this type with the specified name.static RegionType[]RegionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type RegionType Modifier and Type Method Description static Set<RegionType>RegionType. knownValues()Methods in software.amazon.awssdk.services.directory.model with parameters of type RegionType Modifier and Type Method Description RegionDescription.BuilderRegionDescription.Builder. regionType(RegionType regionType)Specifies whether the Region is the primary Region or an additional Region.
-