@Generated(value="software.amazon.awssdk:codegen") public final class AwsIsoPartitionMetadata extends Object implements PartitionMetadata
| Constructor and Description |
|---|
AwsIsoPartitionMetadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
dnsSuffix(PartitionEndpointKey key)
Returns the DNS suffix, such as amazonaws.com for this partition.
|
String |
hostname(PartitionEndpointKey key)
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdnsSuffix, hostname, of, ofpublic String id()
PartitionMetadataid in interface PartitionMetadatapublic String name()
PartitionMetadataname in interface PartitionMetadatapublic String regionRegex()
PartitionMetadataregionRegex in interface PartitionMetadatapublic String dnsSuffix(PartitionEndpointKey key)
PartitionMetadataPartitionEndpointKey.dnsSuffix in interface PartitionMetadatapublic String hostname(PartitionEndpointKey key)
PartitionMetadataPartitionEndpointKey.hostname in interface PartitionMetadataCopyright © 2023. All rights reserved.