Uses of Class
software.amazon.awssdk.services.redshift.model.AttributeValueTarget
-
Packages that use AttributeValueTarget Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of AttributeValueTarget in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type AttributeValueTarget Modifier and Type Method Description List<AttributeValueTarget>AccountAttribute. attributeValues()A list of attribute values.Methods in software.amazon.awssdk.services.redshift.model with parameters of type AttributeValueTarget Modifier and Type Method Description AccountAttribute.BuilderAccountAttribute.Builder. attributeValues(AttributeValueTarget... attributeValues)A list of attribute values.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type AttributeValueTarget Modifier and Type Method Description AccountAttribute.BuilderAccountAttribute.Builder. attributeValues(Collection<AttributeValueTarget> attributeValues)A list of attribute values.
-