Uses of Class
software.amazon.awssdk.services.connect.model.QueueSummary
-
Packages that use QueueSummary Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of QueueSummary in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type QueueSummary Modifier and Type Method Description List<QueueSummary>ListQueuesResponse. queueSummaryList()Information about the queues.Methods in software.amazon.awssdk.services.connect.model with parameters of type QueueSummary Modifier and Type Method Description ListQueuesResponse.BuilderListQueuesResponse.Builder. queueSummaryList(QueueSummary... queueSummaryList)Information about the queues.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type QueueSummary Modifier and Type Method Description ListQueuesResponse.BuilderListQueuesResponse.Builder. queueSummaryList(Collection<QueueSummary> queueSummaryList)Information about the queues. -
Uses of QueueSummary in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type QueueSummary Modifier and Type Method Description SdkIterable<QueueSummary>ListQueuesIterable. queueSummaryList()Returns an iterable to iterate through the paginatedListQueuesResponse.queueSummaryList()member.SdkPublisher<QueueSummary>ListQueuesPublisher. queueSummaryList()Returns a publisher that can be used to get a stream of data.
-