Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.ValueMapping
-
Packages that use ValueMapping Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of ValueMapping in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type ValueMapping Modifier and Type Method Description List<ValueMapping>ValueMappings. values()The value and display value pairs.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type ValueMapping Modifier and Type Method Description ValueMappings.BuilderValueMappings.Builder. values(ValueMapping... values)The value and display value pairs.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type ValueMapping Modifier and Type Method Description ValueMappings.BuilderValueMappings.Builder. values(Collection<ValueMapping> values)The value and display value pairs.
-