Uses of Class
software.amazon.awssdk.services.cloudfront.model.AliasICPRecordal
Packages that use AliasICPRecordal
-
Uses of AliasICPRecordal in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type AliasICPRecordalModifier and TypeMethodDescriptionfinal List<AliasICPRecordal>Distribution.aliasICPRecordals()Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront.final List<AliasICPRecordal>DistributionSummary.aliasICPRecordals()Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type AliasICPRecordalModifier and TypeMethodDescriptionDistribution.Builder.aliasICPRecordals(AliasICPRecordal... aliasICPRecordals) Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront.DistributionSummary.Builder.aliasICPRecordals(AliasICPRecordal... aliasICPRecordals) Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type AliasICPRecordalModifier and TypeMethodDescriptionDistribution.Builder.aliasICPRecordals(Collection<AliasICPRecordal> aliasICPRecordals) Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront.DistributionSummary.Builder.aliasICPRecordals(Collection<AliasICPRecordal> aliasICPRecordals) Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront.