Interface RegionMetadata

    • Method Detail

      • id

        String id()
        The unique system ID for this region; ex: "us-east-1".
        Returns:
        The unique system ID for this region.
      • partition

        PartitionMetadata partition()
        Returns the metadata for this region's partition.
      • description

        String description()
        Returns the description of this region; ex: "US East (N. Virginia)".
        Returns:
        The description for this region
      • of

        static RegionMetadata of​(Region region)
        Returns the region metadata pertaining to the given region.
        Parameters:
        region - The region to get the metadata for.
        Returns:
        The metadata for that region.