Uses of Class
software.amazon.awssdk.services.cloudfront.model.Customizations
-
Packages that use Customizations Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of Customizations in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return Customizations Modifier and Type Method Description CustomizationsCreateDistributionTenantRequest. customizations()Customizations for the distribution tenant.CustomizationsDistributionTenant. customizations()Customizations for the distribution tenant.CustomizationsDistributionTenantSummary. customizations()Customizations for the distribution tenant.CustomizationsUpdateDistributionTenantRequest. customizations()Customizations for the distribution tenant.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type Customizations Modifier and Type Method Description CreateDistributionTenantRequest.BuilderCreateDistributionTenantRequest.Builder. customizations(Customizations customizations)Customizations for the distribution tenant.DistributionTenant.BuilderDistributionTenant.Builder. customizations(Customizations customizations)Customizations for the distribution tenant.DistributionTenantSummary.BuilderDistributionTenantSummary.Builder. customizations(Customizations customizations)Customizations for the distribution tenant.UpdateDistributionTenantRequest.BuilderUpdateDistributionTenantRequest.Builder. customizations(Customizations customizations)Customizations for the distribution tenant.
-