Uses of Class
software.amazon.awssdk.services.cloudfront.model.DomainItem
Packages that use DomainItem
-
Uses of DomainItem in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type DomainItemModifier and TypeMethodDescriptionfinal List<DomainItem>CreateDistributionTenantRequest.domains()The domains associated with the distribution tenant.final List<DomainItem>UpdateDistributionTenantRequest.domains()The domains to update for the distribution tenant.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type DomainItemModifier and TypeMethodDescriptionCreateDistributionTenantRequest.Builder.domains(DomainItem... domains) The domains associated with the distribution tenant.UpdateDistributionTenantRequest.Builder.domains(DomainItem... domains) The domains to update for the distribution tenant.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type DomainItemModifier and TypeMethodDescriptionCreateDistributionTenantRequest.Builder.domains(Collection<DomainItem> domains) The domains associated with the distribution tenant.UpdateDistributionTenantRequest.Builder.domains(Collection<DomainItem> domains) The domains to update for the distribution tenant.