Uses of Class
software.amazon.awssdk.services.cloudfront.model.DomainResult
Packages that use DomainResult
-
Uses of DomainResult in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type DomainResultModifier and TypeMethodDescriptionfinal List<DomainResult>DistributionTenant.domains()The domains associated with the distribution tenant.final List<DomainResult>DistributionTenantSummary.domains()The domains associated with the distribution tenant.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type DomainResultModifier and TypeMethodDescriptionDistributionTenant.Builder.domains(DomainResult... domains) The domains associated with the distribution tenant.DistributionTenantSummary.Builder.domains(DomainResult... domains) The domains associated with the distribution tenant.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type DomainResultModifier and TypeMethodDescriptionDistributionTenant.Builder.domains(Collection<DomainResult> domains) The domains associated with the distribution tenant.DistributionTenantSummary.Builder.domains(Collection<DomainResult> domains) The domains associated with the distribution tenant.