| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Attribute.clone() |
Attribute |
DescribeInstanceAttributeResult.getAttribute()
The type of attribute.
|
Attribute |
Attribute.withAttributeType(InstanceAttributeType attributeType)
The type of attribute.
|
Attribute |
Attribute.withAttributeType(String attributeType)
The type of attribute.
|
Attribute |
Attribute.withValue(String value)
The value of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
ListInstanceAttributesResult.getAttributes()
The attribute types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInstanceAttributeResult.setAttribute(Attribute attribute)
The type of attribute.
|
DescribeInstanceAttributeResult |
DescribeInstanceAttributeResult.withAttribute(Attribute attribute)
The type of attribute.
|
ListInstanceAttributesResult |
ListInstanceAttributesResult.withAttributes(Attribute... attributes)
The attribute types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInstanceAttributesResult.setAttributes(Collection<Attribute> attributes)
The attribute types.
|
ListInstanceAttributesResult |
ListInstanceAttributesResult.withAttributes(Collection<Attribute> attributes)
The attribute types.
|
Copyright © 2022. All rights reserved.