| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceAttributeType |
UpdateInstanceAttributeRequest.attributeType()
The type of attribute.
|
InstanceAttributeType |
Attribute.attributeType()
The type of attribute.
|
InstanceAttributeType |
DescribeInstanceAttributeRequest.attributeType()
The type of attribute.
|
static InstanceAttributeType |
InstanceAttributeType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static InstanceAttributeType |
InstanceAttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceAttributeType[] |
InstanceAttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<InstanceAttributeType> |
InstanceAttributeType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateInstanceAttributeRequest.Builder |
UpdateInstanceAttributeRequest.Builder.attributeType(InstanceAttributeType attributeType)
The type of attribute.
|
Attribute.Builder |
Attribute.Builder.attributeType(InstanceAttributeType attributeType)
The type of attribute.
|
DescribeInstanceAttributeRequest.Builder |
DescribeInstanceAttributeRequest.Builder.attributeType(InstanceAttributeType attributeType)
The type of attribute.
|
Copyright © 2022. All rights reserved.