Uses of Class
software.amazon.awssdk.regions.PartitionEndpointKey
-
Packages that use PartitionEndpointKey Package Description software.amazon.awssdk.regions software.amazon.awssdk.regions.internal.util software.amazon.awssdk.regions.partitionmetadata -
-
Uses of PartitionEndpointKey in software.amazon.awssdk.regions
Methods in software.amazon.awssdk.regions that return PartitionEndpointKey Modifier and Type Method Description PartitionEndpointKeyPartitionEndpointKey.Builder. build()Create aPartitionEndpointKeyfrom the configuration on this builder.Methods in software.amazon.awssdk.regions with parameters of type PartitionEndpointKey Modifier and Type Method Description default StringPartitionMetadata. dnsSuffix(PartitionEndpointKey key)Returns the DNS suffix, such as amazonaws.com for this partition.default StringPartitionMetadata. hostname(PartitionEndpointKey key)Returns the hostname pattern, such as {service}.{region}.{dnsSuffix} for this partition. -
Uses of PartitionEndpointKey in software.amazon.awssdk.regions.internal.util
Methods in software.amazon.awssdk.regions.internal.util that return types with arguments of type PartitionEndpointKey Modifier and Type Method Description static Pair<String,PartitionEndpointKey>ServiceMetadataUtils. partitionKey(ServiceEndpointKey key) -
Uses of PartitionEndpointKey in software.amazon.awssdk.regions.partitionmetadata
-