@Generated(value="software.amazon.awssdk:codegen") public final class AwsPartitionMetadata extends Object implements PartitionMetadata
| Constructor and Description |
|---|
AwsPartitionMetadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
dnsSuffix()
Returns the DNS suffix, such as amazonaws.com for this partition.
|
String |
hostname()
Returns the hostname pattern, such as {service}.{region}.{dnsSuffix} for this partition.
|
String |
id()
Returns the identifier for this partition, such as aws.
|
String |
name()
Returns the partition name for this partition, such as AWS Standard
|
String |
regionRegex()
Returns the region regex used for pattern matching for this partition.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic String dnsSuffix()
PartitionMetadatadnsSuffix in interface PartitionMetadatapublic String hostname()
PartitionMetadatahostname in interface PartitionMetadatapublic String id()
PartitionMetadataid in interface PartitionMetadatapublic String name()
PartitionMetadataname in interface PartitionMetadatapublic String regionRegex()
PartitionMetadataregionRegex in interface PartitionMetadataCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.