Uses of Interface
software.amazon.awssdk.services.connect.model.UpdateRoutingProfileConcurrencyRequest.Builder
-
Packages that use UpdateRoutingProfileConcurrencyRequest.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 UpdateRoutingProfileConcurrencyRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type UpdateRoutingProfileConcurrencyRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateRoutingProfileConcurrencyResponse>ConnectAsyncClient. updateRoutingProfileConcurrency(Consumer<UpdateRoutingProfileConcurrencyRequest.Builder> updateRoutingProfileConcurrencyRequest)Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile.default UpdateRoutingProfileConcurrencyResponseConnectClient. updateRoutingProfileConcurrency(Consumer<UpdateRoutingProfileConcurrencyRequest.Builder> updateRoutingProfileConcurrencyRequest)Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile. -
Uses of UpdateRoutingProfileConcurrencyRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UpdateRoutingProfileConcurrencyRequest.Builder Modifier and Type Method Description static UpdateRoutingProfileConcurrencyRequest.BuilderUpdateRoutingProfileConcurrencyRequest. builder()UpdateRoutingProfileConcurrencyRequest.BuilderUpdateRoutingProfileConcurrencyRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.UpdateRoutingProfileConcurrencyRequest.BuilderUpdateRoutingProfileConcurrencyRequest.Builder. mediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)The channels that agents can handle in the Contact Control Panel (CCP).UpdateRoutingProfileConcurrencyRequest.BuilderUpdateRoutingProfileConcurrencyRequest.Builder. mediaConcurrencies(Consumer<MediaConcurrency.Builder>... mediaConcurrencies)The channels that agents can handle in the Contact Control Panel (CCP).UpdateRoutingProfileConcurrencyRequest.BuilderUpdateRoutingProfileConcurrencyRequest.Builder. mediaConcurrencies(MediaConcurrency... mediaConcurrencies)The channels that agents can handle in the Contact Control Panel (CCP).UpdateRoutingProfileConcurrencyRequest.BuilderUpdateRoutingProfileConcurrencyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateRoutingProfileConcurrencyRequest.BuilderUpdateRoutingProfileConcurrencyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateRoutingProfileConcurrencyRequest.BuilderUpdateRoutingProfileConcurrencyRequest.Builder. routingProfileId(String routingProfileId)The identifier of the routing profile.UpdateRoutingProfileConcurrencyRequest.BuilderUpdateRoutingProfileConcurrencyRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UpdateRoutingProfileConcurrencyRequest.Builder Modifier and Type Method Description static Class<? extends UpdateRoutingProfileConcurrencyRequest.Builder>UpdateRoutingProfileConcurrencyRequest. serializableBuilderClass()
-