Uses of Class
software.amazon.awssdk.services.connect.model.QueueType
-
Packages that use QueueType Package Description software.amazon.awssdk.services.connect.model -
-
Uses of QueueType in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return QueueType Modifier and Type Method Description static QueueTypeQueueType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QueueTypeQueueSummary. queueType()The type of queue.static QueueTypeQueueType. valueOf(String name)Returns the enum constant of this type with the specified name.static QueueType[]QueueType. 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 QueueType Modifier and Type Method Description static Set<QueueType>QueueType. knownValues()List<QueueType>ListQueuesRequest. queueTypes()The type of queue.Methods in software.amazon.awssdk.services.connect.model with parameters of type QueueType Modifier and Type Method Description QueueSummary.BuilderQueueSummary.Builder. queueType(QueueType queueType)The type of queue.ListQueuesRequest.BuilderListQueuesRequest.Builder. queueTypes(QueueType... queueTypes)The type of queue.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type QueueType Modifier and Type Method Description ListQueuesRequest.BuilderListQueuesRequest.Builder. queueTypes(Collection<QueueType> queueTypes)The type of queue.
-