Uses of Class
software.amazon.awssdk.services.cloudfront.model.DistributionTenant
-
Packages that use DistributionTenant Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of DistributionTenant in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return DistributionTenant Modifier and Type Method Description DistributionTenantCreateDistributionTenantResponse. distributionTenant()The distribution tenant that you created.DistributionTenantGetDistributionTenantByDomainResponse. distributionTenant()Returns the value of the DistributionTenant property for this object.DistributionTenantGetDistributionTenantResponse. distributionTenant()The distribution tenant that you retrieved.DistributionTenantUpdateDistributionTenantResponse. distributionTenant()The distribution tenant that you're updating.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type DistributionTenant Modifier and Type Method Description CreateDistributionTenantResponse.BuilderCreateDistributionTenantResponse.Builder. distributionTenant(DistributionTenant distributionTenant)The distribution tenant that you created.GetDistributionTenantByDomainResponse.BuilderGetDistributionTenantByDomainResponse.Builder. distributionTenant(DistributionTenant distributionTenant)Sets the value of the DistributionTenant property for this object.GetDistributionTenantResponse.BuilderGetDistributionTenantResponse.Builder. distributionTenant(DistributionTenant distributionTenant)The distribution tenant that you retrieved.UpdateDistributionTenantResponse.BuilderUpdateDistributionTenantResponse.Builder. distributionTenant(DistributionTenant distributionTenant)The distribution tenant that you're updating.
-