Uses of Class
software.amazon.awssdk.services.connect.model.PredefinedAttributeValues
-
Packages that use PredefinedAttributeValues Package Description software.amazon.awssdk.services.connect.model -
-
Uses of PredefinedAttributeValues in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return PredefinedAttributeValues Modifier and Type Method Description static PredefinedAttributeValuesPredefinedAttributeValues. fromStringList(List<String> stringList)Create an instance of this class withstringList()initialized to the given value.PredefinedAttributeValuesCreatePredefinedAttributeRequest. values()The values of the predefined attribute.PredefinedAttributeValuesPredefinedAttribute. values()The values of the predefined attribute.PredefinedAttributeValuesUpdatePredefinedAttributeRequest. values()The values of the predefined attribute.Methods in software.amazon.awssdk.services.connect.model with parameters of type PredefinedAttributeValues Modifier and Type Method Description CreatePredefinedAttributeRequest.BuilderCreatePredefinedAttributeRequest.Builder. values(PredefinedAttributeValues values)The values of the predefined attribute.PredefinedAttribute.BuilderPredefinedAttribute.Builder. values(PredefinedAttributeValues values)The values of the predefined attribute.UpdatePredefinedAttributeRequest.BuilderUpdatePredefinedAttributeRequest.Builder. values(PredefinedAttributeValues values)The values of the predefined attribute.
-