Uses of Class
software.amazon.awssdk.services.identitystore.model.GetGroupMembershipIdResponse
-
Packages that use GetGroupMembershipIdResponse 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). -
-
Uses of GetGroupMembershipIdResponse in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore that return GetGroupMembershipIdResponse Modifier and Type Method Description default GetGroupMembershipIdResponseIdentitystoreClient. getGroupMembershipId(Consumer<GetGroupMembershipIdRequest.Builder> getGroupMembershipIdRequest)Retrieves theMembershipIdin an identity store.default GetGroupMembershipIdResponseIdentitystoreClient. getGroupMembershipId(GetGroupMembershipIdRequest getGroupMembershipIdRequest)Retrieves theMembershipIdin an identity store.Methods in software.amazon.awssdk.services.identitystore that return types with arguments of type GetGroupMembershipIdResponse Modifier and Type Method Description default CompletableFuture<GetGroupMembershipIdResponse>IdentitystoreAsyncClient. getGroupMembershipId(Consumer<GetGroupMembershipIdRequest.Builder> getGroupMembershipIdRequest)Retrieves theMembershipIdin an identity store.default CompletableFuture<GetGroupMembershipIdResponse>IdentitystoreAsyncClient. getGroupMembershipId(GetGroupMembershipIdRequest getGroupMembershipIdRequest)Retrieves theMembershipIdin an identity store.
-