Uses of Class
software.amazon.awssdk.regions.PartitionEndpointKey
Packages that use PartitionEndpointKey
Package
Description
-
Uses of PartitionEndpointKey in software.amazon.awssdk.regions
Methods in software.amazon.awssdk.regions that return PartitionEndpointKeyModifier and TypeMethodDescriptionPartitionEndpointKey.Builder.build()Create aPartitionEndpointKeyfrom the configuration on this builder.Methods in software.amazon.awssdk.regions with parameters of type PartitionEndpointKeyModifier and TypeMethodDescriptiondefault 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 PartitionEndpointKeyModifier and TypeMethodDescriptionstatic Pair<String,PartitionEndpointKey> ServiceMetadataUtils.partitionKey(ServiceEndpointKey key) -
Uses of PartitionEndpointKey in software.amazon.awssdk.regions.partitionmetadata
Methods in software.amazon.awssdk.regions.partitionmetadata with parameters of type PartitionEndpointKeyModifier and TypeMethodDescriptionAwsCnPartitionMetadata.dnsSuffix(PartitionEndpointKey key) AwsEuscPartitionMetadata.dnsSuffix(PartitionEndpointKey key) AwsIsoBPartitionMetadata.dnsSuffix(PartitionEndpointKey key) AwsIsoEPartitionMetadata.dnsSuffix(PartitionEndpointKey key) AwsIsoFPartitionMetadata.dnsSuffix(PartitionEndpointKey key) AwsIsoPartitionMetadata.dnsSuffix(PartitionEndpointKey key) AwsPartitionMetadata.dnsSuffix(PartitionEndpointKey key) AwsUsGovPartitionMetadata.dnsSuffix(PartitionEndpointKey key) AwsCnPartitionMetadata.hostname(PartitionEndpointKey key) AwsEuscPartitionMetadata.hostname(PartitionEndpointKey key) AwsIsoBPartitionMetadata.hostname(PartitionEndpointKey key) AwsIsoEPartitionMetadata.hostname(PartitionEndpointKey key) AwsIsoFPartitionMetadata.hostname(PartitionEndpointKey key) AwsIsoPartitionMetadata.hostname(PartitionEndpointKey key) AwsPartitionMetadata.hostname(PartitionEndpointKey key) AwsUsGovPartitionMetadata.hostname(PartitionEndpointKey key)