| Package | Description |
|---|---|
| com.amazonaws.services.identitystore |
The Identity Store service used by IAM Identity Center provides a single place to retrieve all of your identities
(users and groups).
|
| com.amazonaws.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetGroupMembershipIdResult> |
AWSIdentityStoreAsyncClient.getGroupMembershipIdAsync(GetGroupMembershipIdRequest request,
AsyncHandler<GetGroupMembershipIdRequest,GetGroupMembershipIdResult> asyncHandler) |
Future<GetGroupMembershipIdResult> |
AWSIdentityStoreAsync.getGroupMembershipIdAsync(GetGroupMembershipIdRequest getGroupMembershipIdRequest,
AsyncHandler<GetGroupMembershipIdRequest,GetGroupMembershipIdResult> asyncHandler)
Retrieves the
MembershipId in an identity store. |
Future<GetGroupMembershipIdResult> |
AbstractAWSIdentityStoreAsync.getGroupMembershipIdAsync(GetGroupMembershipIdRequest request,
AsyncHandler<GetGroupMembershipIdRequest,GetGroupMembershipIdResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetGroupMembershipIdRequest |
GetGroupMembershipIdRequest.clone() |
GetGroupMembershipIdRequest |
GetGroupMembershipIdRequest.withGroupId(String groupId)
The identifier for a group in the identity store.
|
GetGroupMembershipIdRequest |
GetGroupMembershipIdRequest.withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
GetGroupMembershipIdRequest |
GetGroupMembershipIdRequest.withMemberId(MemberId memberId)
An object that contains the identifier of a group member.
|
Copyright © 2024. All rights reserved.