Interface ServicePartitionMetadata

All Known Implementing Classes:
DefaultServicePartitionMetadata

public interface ServicePartitionMetadata
The metadata associated with a specific service, in a specific partition. This can be loaded via ServiceMetadata.servicePartitions().
  • Method Details

    • partition

      PartitionMetadata partition()
      Retrieve the partition to which this service is known to exist.
    • globalRegion

      Optional<Region> globalRegion()
      Retrieve the global region associated with this service, in this partition(). This will return empty if the service is regionalized in the partition.