Uses of Interface
software.amazon.awssdk.services.identitystore.IdentitystoreAsyncClient
-
Packages that use IdentitystoreAsyncClient Package Description software.amazon.awssdk.services.identitystore The Identity Store service used by IAM Identity Center provides a single place to retrieve all of your identities (users and groups).software.amazon.awssdk.services.identitystore.paginators -
-
Uses of IdentitystoreAsyncClient in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore that return IdentitystoreAsyncClient Modifier and Type Method Description static IdentitystoreAsyncClientIdentitystoreAsyncClient. create()Create aIdentitystoreAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of IdentitystoreAsyncClient in software.amazon.awssdk.services.identitystore.paginators
Constructors in software.amazon.awssdk.services.identitystore.paginators with parameters of type IdentitystoreAsyncClient Constructor Description ListGroupMembershipsForMemberPublisher(IdentitystoreAsyncClient client, ListGroupMembershipsForMemberRequest firstRequest)ListGroupMembershipsPublisher(IdentitystoreAsyncClient client, ListGroupMembershipsRequest firstRequest)ListGroupsPublisher(IdentitystoreAsyncClient client, ListGroupsRequest firstRequest)ListUsersPublisher(IdentitystoreAsyncClient client, ListUsersRequest firstRequest)
-