Uses of Interface
software.amazon.awssdk.services.connect.ConnectBaseClientBuilder
-
Packages that use ConnectBaseClientBuilder 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. -
-
Uses of ConnectBaseClientBuilder in software.amazon.awssdk.services.connect
Classes in software.amazon.awssdk.services.connect with type parameters of type ConnectBaseClientBuilder Modifier and Type Interface Description interfaceConnectBaseClientBuilder<B extends ConnectBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Connect that is supported by bothConnectClientBuilderandConnectAsyncClientBuilder.Subinterfaces of ConnectBaseClientBuilder in software.amazon.awssdk.services.connect Modifier and Type Interface Description interfaceConnectAsyncClientBuilderA builder for creating an instance ofConnectAsyncClient.interfaceConnectClientBuilderA builder for creating an instance ofConnectClient.
-