Uses of Interface
software.amazon.awssdk.services.connect.model.UpdateQueueMaxContactsRequest.Builder
-
Packages that use UpdateQueueMaxContactsRequest.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 UpdateQueueMaxContactsRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type UpdateQueueMaxContactsRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateQueueMaxContactsResponse>ConnectAsyncClient. updateQueueMaxContacts(Consumer<UpdateQueueMaxContactsRequest.Builder> updateQueueMaxContactsRequest)This API is in preview release for Amazon Connect and is subject to change.default UpdateQueueMaxContactsResponseConnectClient. updateQueueMaxContacts(Consumer<UpdateQueueMaxContactsRequest.Builder> updateQueueMaxContactsRequest)This API is in preview release for Amazon Connect and is subject to change. -
Uses of UpdateQueueMaxContactsRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UpdateQueueMaxContactsRequest.Builder Modifier and Type Method Description static UpdateQueueMaxContactsRequest.BuilderUpdateQueueMaxContactsRequest. builder()UpdateQueueMaxContactsRequest.BuilderUpdateQueueMaxContactsRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.UpdateQueueMaxContactsRequest.BuilderUpdateQueueMaxContactsRequest.Builder. maxContacts(Integer maxContacts)The maximum number of contacts that can be in the queue before it is considered full.UpdateQueueMaxContactsRequest.BuilderUpdateQueueMaxContactsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateQueueMaxContactsRequest.BuilderUpdateQueueMaxContactsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateQueueMaxContactsRequest.BuilderUpdateQueueMaxContactsRequest.Builder. queueId(String queueId)The identifier for the queue.UpdateQueueMaxContactsRequest.BuilderUpdateQueueMaxContactsRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UpdateQueueMaxContactsRequest.Builder Modifier and Type Method Description static Class<? extends UpdateQueueMaxContactsRequest.Builder>UpdateQueueMaxContactsRequest. serializableBuilderClass()
-