| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
PredefinedAttribute |
PredefinedAttribute.clone() |
PredefinedAttribute |
DescribePredefinedAttributeResult.getPredefinedAttribute()
Information about the predefined attribute.
|
PredefinedAttribute |
PredefinedAttribute.withLastModifiedRegion(String lastModifiedRegion)
Last modified region.
|
PredefinedAttribute |
PredefinedAttribute.withLastModifiedTime(Date lastModifiedTime)
Last modified time.
|
PredefinedAttribute |
PredefinedAttribute.withName(String name)
The name of the predefined attribute.
|
PredefinedAttribute |
PredefinedAttribute.withValues(PredefinedAttributeValues values)
The values of the predefined attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<PredefinedAttribute> |
SearchPredefinedAttributesResult.getPredefinedAttributes()
Predefined attributes matched by the search criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePredefinedAttributeResult.setPredefinedAttribute(PredefinedAttribute predefinedAttribute)
Information about the predefined attribute.
|
DescribePredefinedAttributeResult |
DescribePredefinedAttributeResult.withPredefinedAttribute(PredefinedAttribute predefinedAttribute)
Information about the predefined attribute.
|
SearchPredefinedAttributesResult |
SearchPredefinedAttributesResult.withPredefinedAttributes(PredefinedAttribute... predefinedAttributes)
Predefined attributes matched by the search criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchPredefinedAttributesResult.setPredefinedAttributes(Collection<PredefinedAttribute> predefinedAttributes)
Predefined attributes matched by the search criteria.
|
SearchPredefinedAttributesResult |
SearchPredefinedAttributesResult.withPredefinedAttributes(Collection<PredefinedAttribute> predefinedAttributes)
Predefined attributes matched by the search criteria.
|
Copyright © 2024. All rights reserved.