| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
PredefinedAttributeValues |
PredefinedAttributeValues.clone() |
PredefinedAttributeValues |
PredefinedAttribute.getValues()
The values of the predefined attribute.
|
PredefinedAttributeValues |
UpdatePredefinedAttributeRequest.getValues()
The values of the predefined attribute.
|
PredefinedAttributeValues |
CreatePredefinedAttributeRequest.getValues()
The values of the predefined attribute.
|
PredefinedAttributeValues |
PredefinedAttributeValues.withStringList(Collection<String> stringList)
Predefined attribute values of type string list.
|
PredefinedAttributeValues |
PredefinedAttributeValues.withStringList(String... stringList)
Predefined attribute values of type string list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredefinedAttribute.setValues(PredefinedAttributeValues values)
The values of the predefined attribute.
|
void |
UpdatePredefinedAttributeRequest.setValues(PredefinedAttributeValues values)
The values of the predefined attribute.
|
void |
CreatePredefinedAttributeRequest.setValues(PredefinedAttributeValues values)
The values of the predefined attribute.
|
PredefinedAttribute |
PredefinedAttribute.withValues(PredefinedAttributeValues values)
The values of the predefined attribute.
|
UpdatePredefinedAttributeRequest |
UpdatePredefinedAttributeRequest.withValues(PredefinedAttributeValues values)
The values of the predefined attribute.
|
CreatePredefinedAttributeRequest |
CreatePredefinedAttributeRequest.withValues(PredefinedAttributeValues values)
The values of the predefined attribute.
|
Copyright © 2024. All rights reserved.