| Package | Description |
|---|---|
| com.amazonaws.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
GroupMembershipExistenceResult |
GroupMembershipExistenceResult.clone() |
GroupMembershipExistenceResult |
GroupMembershipExistenceResult.withGroupId(String groupId)
The identifier for a group in the identity store.
|
GroupMembershipExistenceResult |
GroupMembershipExistenceResult.withMemberId(MemberId memberId)
An object that contains the identifier of a group member.
|
GroupMembershipExistenceResult |
GroupMembershipExistenceResult.withMembershipExists(Boolean membershipExists)
Indicates whether a membership relation exists or not.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupMembershipExistenceResult> |
IsMemberInGroupsResult.getResults()
A list containing the results of membership existence checks.
|
| Modifier and Type | Method and Description |
|---|---|
IsMemberInGroupsResult |
IsMemberInGroupsResult.withResults(GroupMembershipExistenceResult... results)
A list containing the results of membership existence checks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IsMemberInGroupsResult.setResults(Collection<GroupMembershipExistenceResult> results)
A list containing the results of membership existence checks.
|
IsMemberInGroupsResult |
IsMemberInGroupsResult.withResults(Collection<GroupMembershipExistenceResult> results)
A list containing the results of membership existence checks.
|
Copyright © 2022. All rights reserved.