Interface RegionMetadata

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the description of this region; ex: "US East (N.
    Deprecated.
    This information does not consider any endpoint variant factors, like EndpointTags.
    id()
    The unique system ID for this region; ex: "us-east-1".
    of(Region region)
    Returns the region metadata pertaining to the given region.
    Returns the metadata for this region's partition.
  • Method Details

    • id

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

      Deprecated.
      This information does not consider any endpoint variant factors, like EndpointTags. If those factors are important, use ServiceMetadata.endpointFor(ServiceEndpointKey) or PartitionMetadata.dnsSuffix(PartitionEndpointKey).
      Returns the default domain for this region; ex: "amazonaws.com", without considering any EndpointTags or environment variables.
      Returns:
      The domain 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.