Uses of Class
software.amazon.awssdk.services.cloudfront.model.DistributionTenant
Packages that use DistributionTenant
-
Uses of DistributionTenant in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return DistributionTenantModifier and TypeMethodDescriptionfinal DistributionTenantCreateDistributionTenantResponse.distributionTenant()The distribution tenant that you created.final DistributionTenantGetDistributionTenantByDomainResponse.distributionTenant()Returns the value of the DistributionTenant property for this object.final DistributionTenantGetDistributionTenantResponse.distributionTenant()The distribution tenant that you retrieved.final DistributionTenantUpdateDistributionTenantResponse.distributionTenant()The distribution tenant that you're updating.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type DistributionTenantModifier and TypeMethodDescriptionCreateDistributionTenantResponse.Builder.distributionTenant(DistributionTenant distributionTenant) The distribution tenant that you created.GetDistributionTenantByDomainResponse.Builder.distributionTenant(DistributionTenant distributionTenant) Sets the value of the DistributionTenant property for this object.GetDistributionTenantResponse.Builder.distributionTenant(DistributionTenant distributionTenant) The distribution tenant that you retrieved.UpdateDistributionTenantResponse.Builder.distributionTenant(DistributionTenant distributionTenant) The distribution tenant that you're updating.