Uses of Class
software.amazon.awssdk.services.cloudfront.model.DomainResult
-
Packages that use DomainResult Package Description software.amazon.awssdk.services.cloudfront.model -
-
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 DomainResult Modifier and Type Method Description List<DomainResult>DistributionTenant. domains()The domains associated with the distribution tenant.List<DomainResult>DistributionTenantSummary. domains()The domains associated with the distribution tenant.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type DomainResult Modifier and Type Method Description DistributionTenant.BuilderDistributionTenant.Builder. domains(DomainResult... domains)The domains associated with the distribution tenant.DistributionTenantSummary.BuilderDistributionTenantSummary.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 DomainResult Modifier and Type Method Description DistributionTenant.BuilderDistributionTenant.Builder. domains(Collection<DomainResult> domains)The domains associated with the distribution tenant.DistributionTenantSummary.BuilderDistributionTenantSummary.Builder. domains(Collection<DomainResult> domains)The domains associated with the distribution tenant.
-