Uses of Class
software.amazon.awssdk.services.connectcases.model.RelatedItemType
-
Packages that use RelatedItemType Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of RelatedItemType in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return RelatedItemType Modifier and Type Method Description static RelatedItemTypeRelatedItemType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RelatedItemTypeAuditEvent. relatedItemType()The Type of the related item.RelatedItemTypeCreateRelatedItemRequest. type()The type of a related item.RelatedItemTypeSearchRelatedItemsResponseItem. type()Type of a related item.static RelatedItemTypeRelatedItemType. 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.Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type RelatedItemType Modifier and Type Method Description static Set<RelatedItemType>RelatedItemType. knownValues()Methods in software.amazon.awssdk.services.connectcases.model with parameters of type RelatedItemType Modifier and Type Method Description AuditEvent.BuilderAuditEvent.Builder. relatedItemType(RelatedItemType relatedItemType)The Type of the related item.CreateRelatedItemRequest.BuilderCreateRelatedItemRequest.Builder. type(RelatedItemType type)The type of a related item.SearchRelatedItemsResponseItem.BuilderSearchRelatedItemsResponseItem.Builder. type(RelatedItemType type)Type of a related item.
-