Uses of Class
software.amazon.awssdk.services.connect.model.InstanceAttributeType
-
Packages that use InstanceAttributeType Package Description software.amazon.awssdk.services.connect.model -
-
Uses of InstanceAttributeType in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return InstanceAttributeType Modifier and Type Method Description InstanceAttributeTypeAttribute. attributeType()The type of attribute.InstanceAttributeTypeDescribeInstanceAttributeRequest. attributeType()The type of attribute.InstanceAttributeTypeUpdateInstanceAttributeRequest. attributeType()The type of attribute.static InstanceAttributeTypeInstanceAttributeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InstanceAttributeTypeInstanceAttributeType. 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.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type InstanceAttributeType Modifier and Type Method Description static Set<InstanceAttributeType>InstanceAttributeType. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type InstanceAttributeType Modifier and Type Method Description Attribute.BuilderAttribute.Builder. attributeType(InstanceAttributeType attributeType)The type of attribute.DescribeInstanceAttributeRequest.BuilderDescribeInstanceAttributeRequest.Builder. attributeType(InstanceAttributeType attributeType)The type of attribute.UpdateInstanceAttributeRequest.BuilderUpdateInstanceAttributeRequest.Builder. attributeType(InstanceAttributeType attributeType)The type of attribute.
-