Class RegionUtil

java.lang.Object
org.apache.nifi.processors.aws.v2.RegionUtil

public abstract class RegionUtil extends Object
Utility class for AWS region methods.
  • Constructor Details

    • RegionUtil

      public RegionUtil()
  • Method Details

    • createAllowableValue

      public static AllowableValue createAllowableValue(software.amazon.awssdk.regions.Region region)
      Creates an AllowableValue from a Region.
      Parameters:
      region - An AWS region
      Returns:
      An AllowableValue for the region
    • getAvailableRegions

      public static AllowableValue[] getAvailableRegions()
      Returns:
      All available regions as AllowableValues.