Uses of Class
software.amazon.awssdk.services.connect.model.RoutingProfileQueueConfigSummary
-
Packages that use RoutingProfileQueueConfigSummary Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of RoutingProfileQueueConfigSummary in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type RoutingProfileQueueConfigSummary Modifier and Type Method Description List<RoutingProfileQueueConfigSummary>ListRoutingProfileQueuesResponse. routingProfileQueueConfigSummaryList()Information about the routing profiles.Methods in software.amazon.awssdk.services.connect.model with parameters of type RoutingProfileQueueConfigSummary Modifier and Type Method Description ListRoutingProfileQueuesResponse.BuilderListRoutingProfileQueuesResponse.Builder. routingProfileQueueConfigSummaryList(RoutingProfileQueueConfigSummary... routingProfileQueueConfigSummaryList)Information about the routing profiles.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type RoutingProfileQueueConfigSummary Modifier and Type Method Description ListRoutingProfileQueuesResponse.BuilderListRoutingProfileQueuesResponse.Builder. routingProfileQueueConfigSummaryList(Collection<RoutingProfileQueueConfigSummary> routingProfileQueueConfigSummaryList)Information about the routing profiles. -
Uses of RoutingProfileQueueConfigSummary in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type RoutingProfileQueueConfigSummary Modifier and Type Method Description SdkIterable<RoutingProfileQueueConfigSummary>ListRoutingProfileQueuesIterable. routingProfileQueueConfigSummaryList()Returns an iterable to iterate through the paginatedListRoutingProfileQueuesResponse.routingProfileQueueConfigSummaryList()member.SdkPublisher<RoutingProfileQueueConfigSummary>ListRoutingProfileQueuesPublisher. routingProfileQueueConfigSummaryList()Returns a publisher that can be used to get a stream of data.
-