Uses of Interface
software.amazon.awssdk.services.chimesdkidentity.ChimeSdkIdentityBaseClientBuilder
-
Packages that use ChimeSdkIdentityBaseClientBuilder Package Description software.amazon.awssdk.services.chimesdkidentity The Amazon Chime SDK Identity APIs in this section allow software developers to create and manage unique instances of their messaging applications. -
-
Uses of ChimeSdkIdentityBaseClientBuilder in software.amazon.awssdk.services.chimesdkidentity
Classes in software.amazon.awssdk.services.chimesdkidentity with type parameters of type ChimeSdkIdentityBaseClientBuilder Modifier and Type Interface Description interfaceChimeSdkIdentityBaseClientBuilder<B extends ChimeSdkIdentityBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Chime SDK Identity that is supported by bothChimeSdkIdentityClientBuilderandChimeSdkIdentityAsyncClientBuilder.Subinterfaces of ChimeSdkIdentityBaseClientBuilder in software.amazon.awssdk.services.chimesdkidentity Modifier and Type Interface Description interfaceChimeSdkIdentityAsyncClientBuilderA builder for creating an instance ofChimeSdkIdentityAsyncClient.interfaceChimeSdkIdentityClientBuilderA builder for creating an instance ofChimeSdkIdentityClient.
-