Uses of Interface
software.amazon.awssdk.services.chimesdkidentity.ChimeSdkIdentityClient
-
Packages that use ChimeSdkIdentityClient 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.software.amazon.awssdk.services.chimesdkidentity.paginators -
-
Uses of ChimeSdkIdentityClient in software.amazon.awssdk.services.chimesdkidentity
Methods in software.amazon.awssdk.services.chimesdkidentity that return ChimeSdkIdentityClient Modifier and Type Method Description static ChimeSdkIdentityClientChimeSdkIdentityClient. create()Create aChimeSdkIdentityClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of ChimeSdkIdentityClient in software.amazon.awssdk.services.chimesdkidentity.paginators
Constructors in software.amazon.awssdk.services.chimesdkidentity.paginators with parameters of type ChimeSdkIdentityClient Constructor Description ListAppInstanceAdminsIterable(ChimeSdkIdentityClient client, ListAppInstanceAdminsRequest firstRequest)ListAppInstanceBotsIterable(ChimeSdkIdentityClient client, ListAppInstanceBotsRequest firstRequest)ListAppInstancesIterable(ChimeSdkIdentityClient client, ListAppInstancesRequest firstRequest)ListAppInstanceUserEndpointsIterable(ChimeSdkIdentityClient client, ListAppInstanceUserEndpointsRequest firstRequest)ListAppInstanceUsersIterable(ChimeSdkIdentityClient client, ListAppInstanceUsersRequest firstRequest)
-