Uses of Class
software.amazon.awssdk.services.cloudfront.model.ParameterDefinition
-
Packages that use ParameterDefinition Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ParameterDefinition in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ParameterDefinition Modifier and Type Method Description List<ParameterDefinition>TenantConfig. parameterDefinitions()The parameters that you specify for a distribution tenant.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ParameterDefinition Modifier and Type Method Description TenantConfig.BuilderTenantConfig.Builder. parameterDefinitions(ParameterDefinition... parameterDefinitions)The parameters that you specify for a distribution tenant.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ParameterDefinition Modifier and Type Method Description TenantConfig.BuilderTenantConfig.Builder. parameterDefinitions(Collection<ParameterDefinition> parameterDefinitions)The parameters that you specify for a distribution tenant.
-