| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
static RelatedItemType |
RelatedItemType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RelatedItemType |
CreateRelatedItemRequest.type()
The type of a related item.
|
RelatedItemType |
SearchRelatedItemsResponseItem.type()
Type of a related item.
|
static RelatedItemType |
RelatedItemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelatedItemType[] |
RelatedItemType.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<RelatedItemType> |
RelatedItemType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateRelatedItemRequest.Builder |
CreateRelatedItemRequest.Builder.type(RelatedItemType type)
The type of a related item.
|
SearchRelatedItemsResponseItem.Builder |
SearchRelatedItemsResponseItem.Builder.type(RelatedItemType type)
Type of a related item.
|
Copyright © 2023. All rights reserved.