Uses of Class
software.amazon.awssdk.services.identitystore.model.GroupMembershipExistenceResult
-
Packages that use GroupMembershipExistenceResult Package Description software.amazon.awssdk.services.identitystore.model -
-
Uses of GroupMembershipExistenceResult in software.amazon.awssdk.services.identitystore.model
Methods in software.amazon.awssdk.services.identitystore.model that return types with arguments of type GroupMembershipExistenceResult Modifier and Type Method Description List<GroupMembershipExistenceResult>IsMemberInGroupsResponse. results()A list containing the results of membership existence checks.Methods in software.amazon.awssdk.services.identitystore.model with parameters of type GroupMembershipExistenceResult Modifier and Type Method Description IsMemberInGroupsResponse.BuilderIsMemberInGroupsResponse.Builder. results(GroupMembershipExistenceResult... results)A list containing the results of membership existence checks.Method parameters in software.amazon.awssdk.services.identitystore.model with type arguments of type GroupMembershipExistenceResult Modifier and Type Method Description IsMemberInGroupsResponse.BuilderIsMemberInGroupsResponse.Builder. results(Collection<GroupMembershipExistenceResult> results)A list containing the results of membership existence checks.
-