Uses of Interface
software.amazon.awssdk.services.connect.model.UpdateRoutingProfileQueuesRequest.Builder
-
Packages that use UpdateRoutingProfileQueuesRequest.Builder Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.software.amazon.awssdk.services.connect.model -
-
Uses of UpdateRoutingProfileQueuesRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type UpdateRoutingProfileQueuesRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateRoutingProfileQueuesResponse>ConnectAsyncClient. updateRoutingProfileQueues(Consumer<UpdateRoutingProfileQueuesRequest.Builder> updateRoutingProfileQueuesRequest)Updates the properties associated with a set of queues for a routing profile.default UpdateRoutingProfileQueuesResponseConnectClient. updateRoutingProfileQueues(Consumer<UpdateRoutingProfileQueuesRequest.Builder> updateRoutingProfileQueuesRequest)Updates the properties associated with a set of queues for a routing profile. -
Uses of UpdateRoutingProfileQueuesRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UpdateRoutingProfileQueuesRequest.Builder Modifier and Type Method Description static UpdateRoutingProfileQueuesRequest.BuilderUpdateRoutingProfileQueuesRequest. builder()UpdateRoutingProfileQueuesRequest.BuilderUpdateRoutingProfileQueuesRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.UpdateRoutingProfileQueuesRequest.BuilderUpdateRoutingProfileQueuesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateRoutingProfileQueuesRequest.BuilderUpdateRoutingProfileQueuesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateRoutingProfileQueuesRequest.BuilderUpdateRoutingProfileQueuesRequest.Builder. queueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)The queues to be updated for this routing profile.UpdateRoutingProfileQueuesRequest.BuilderUpdateRoutingProfileQueuesRequest.Builder. queueConfigs(Consumer<RoutingProfileQueueConfig.Builder>... queueConfigs)The queues to be updated for this routing profile.UpdateRoutingProfileQueuesRequest.BuilderUpdateRoutingProfileQueuesRequest.Builder. queueConfigs(RoutingProfileQueueConfig... queueConfigs)The queues to be updated for this routing profile.UpdateRoutingProfileQueuesRequest.BuilderUpdateRoutingProfileQueuesRequest.Builder. routingProfileId(String routingProfileId)The identifier of the routing profile.UpdateRoutingProfileQueuesRequest.BuilderUpdateRoutingProfileQueuesRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UpdateRoutingProfileQueuesRequest.Builder Modifier and Type Method Description static Class<? extends UpdateRoutingProfileQueuesRequest.Builder>UpdateRoutingProfileQueuesRequest. serializableBuilderClass()
-