default CreateGroupResponse |
IdentitystoreClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest) |
Creates a group within the specified identity store.
|
default CreateGroupResponse |
IdentitystoreClient.createGroup(CreateGroupRequest createGroupRequest) |
Creates a group within the specified identity store.
|
default CreateGroupMembershipResponse |
IdentitystoreClient.createGroupMembership(Consumer<CreateGroupMembershipRequest.Builder> createGroupMembershipRequest) |
Creates a relationship between a member and a group.
|
default CreateGroupMembershipResponse |
IdentitystoreClient.createGroupMembership(CreateGroupMembershipRequest createGroupMembershipRequest) |
Creates a relationship between a member and a group.
|
default CreateUserResponse |
IdentitystoreClient.createUser(Consumer<CreateUserRequest.Builder> createUserRequest) |
Creates a user within the specified identity store.
|
default CreateUserResponse |
IdentitystoreClient.createUser(CreateUserRequest createUserRequest) |
Creates a user within the specified identity store.
|
default DeleteGroupResponse |
IdentitystoreClient.deleteGroup(Consumer<DeleteGroupRequest.Builder> deleteGroupRequest) |
Delete a group within an identity store given GroupId.
|
default DeleteGroupResponse |
IdentitystoreClient.deleteGroup(DeleteGroupRequest deleteGroupRequest) |
Delete a group within an identity store given GroupId.
|
default DeleteGroupMembershipResponse |
IdentitystoreClient.deleteGroupMembership(Consumer<DeleteGroupMembershipRequest.Builder> deleteGroupMembershipRequest) |
Delete a membership within a group given MembershipId.
|
default DeleteGroupMembershipResponse |
IdentitystoreClient.deleteGroupMembership(DeleteGroupMembershipRequest deleteGroupMembershipRequest) |
Delete a membership within a group given MembershipId.
|
default DeleteUserResponse |
IdentitystoreClient.deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest) |
Deletes a user within an identity store given UserId.
|
default DeleteUserResponse |
IdentitystoreClient.deleteUser(DeleteUserRequest deleteUserRequest) |
Deletes a user within an identity store given UserId.
|
default DescribeGroupResponse |
IdentitystoreClient.describeGroup(Consumer<DescribeGroupRequest.Builder> describeGroupRequest) |
Retrieves the group metadata and attributes from GroupId in an identity store.
|
default DescribeGroupResponse |
IdentitystoreClient.describeGroup(DescribeGroupRequest describeGroupRequest) |
Retrieves the group metadata and attributes from GroupId in an identity store.
|
default DescribeGroupMembershipResponse |
IdentitystoreClient.describeGroupMembership(Consumer<DescribeGroupMembershipRequest.Builder> describeGroupMembershipRequest) |
Retrieves membership metadata and attributes from MembershipId in an identity store.
|
default DescribeGroupMembershipResponse |
IdentitystoreClient.describeGroupMembership(DescribeGroupMembershipRequest describeGroupMembershipRequest) |
Retrieves membership metadata and attributes from MembershipId in an identity store.
|
default DescribeUserResponse |
IdentitystoreClient.describeUser(Consumer<DescribeUserRequest.Builder> describeUserRequest) |
Retrieves the user metadata and attributes from the UserId in an identity store.
|
default DescribeUserResponse |
IdentitystoreClient.describeUser(DescribeUserRequest describeUserRequest) |
Retrieves the user metadata and attributes from the UserId in an identity store.
|
default GetGroupIdResponse |
IdentitystoreClient.getGroupId(Consumer<GetGroupIdRequest.Builder> getGroupIdRequest) |
Retrieves GroupId in an identity store.
|
default GetGroupIdResponse |
IdentitystoreClient.getGroupId(GetGroupIdRequest getGroupIdRequest) |
Retrieves GroupId in an identity store.
|
default GetGroupMembershipIdResponse |
IdentitystoreClient.getGroupMembershipId(Consumer<GetGroupMembershipIdRequest.Builder> getGroupMembershipIdRequest) |
Retrieves the MembershipId in an identity store.
|
default GetGroupMembershipIdResponse |
IdentitystoreClient.getGroupMembershipId(GetGroupMembershipIdRequest getGroupMembershipIdRequest) |
Retrieves the MembershipId in an identity store.
|
default GetUserIdResponse |
IdentitystoreClient.getUserId(Consumer<GetUserIdRequest.Builder> getUserIdRequest) |
Retrieves the UserId in an identity store.
|
default GetUserIdResponse |
IdentitystoreClient.getUserId(GetUserIdRequest getUserIdRequest) |
Retrieves the UserId in an identity store.
|
default IsMemberInGroupsResponse |
IdentitystoreClient.isMemberInGroups(Consumer<IsMemberInGroupsRequest.Builder> isMemberInGroupsRequest) |
Checks the user's membership in all requested groups and returns if the member exists in all queried groups.
|
default IsMemberInGroupsResponse |
IdentitystoreClient.isMemberInGroups(IsMemberInGroupsRequest isMemberInGroupsRequest) |
Checks the user's membership in all requested groups and returns if the member exists in all queried groups.
|
default ListGroupMembershipsResponse |
IdentitystoreClient.listGroupMemberships(Consumer<ListGroupMembershipsRequest.Builder> listGroupMembershipsRequest) |
For the specified group in the specified identity store, returns the list of all GroupMembership
objects and returns results in paginated form.
|
default ListGroupMembershipsResponse |
IdentitystoreClient.listGroupMemberships(ListGroupMembershipsRequest listGroupMembershipsRequest) |
For the specified group in the specified identity store, returns the list of all GroupMembership
objects and returns results in paginated form.
|
default ListGroupMembershipsForMemberResponse |
IdentitystoreClient.listGroupMembershipsForMember(Consumer<ListGroupMembershipsForMemberRequest.Builder> listGroupMembershipsForMemberRequest) |
For the specified member in the specified identity store, returns the list of all GroupMembership
objects and returns results in paginated form.
|
default ListGroupMembershipsForMemberResponse |
IdentitystoreClient.listGroupMembershipsForMember(ListGroupMembershipsForMemberRequest listGroupMembershipsForMemberRequest) |
For the specified member in the specified identity store, returns the list of all GroupMembership
objects and returns results in paginated form.
|
default ListGroupMembershipsForMemberIterable |
IdentitystoreClient.listGroupMembershipsForMemberPaginator(Consumer<ListGroupMembershipsForMemberRequest.Builder> listGroupMembershipsForMemberRequest) |
For the specified member in the specified identity store, returns the list of all GroupMembership
objects and returns results in paginated form.
|
default ListGroupMembershipsForMemberIterable |
IdentitystoreClient.listGroupMembershipsForMemberPaginator(ListGroupMembershipsForMemberRequest listGroupMembershipsForMemberRequest) |
For the specified member in the specified identity store, returns the list of all GroupMembership
objects and returns results in paginated form.
|
default ListGroupMembershipsIterable |
IdentitystoreClient.listGroupMembershipsPaginator(Consumer<ListGroupMembershipsRequest.Builder> listGroupMembershipsRequest) |
For the specified group in the specified identity store, returns the list of all GroupMembership
objects and returns results in paginated form.
|
default ListGroupMembershipsIterable |
IdentitystoreClient.listGroupMembershipsPaginator(ListGroupMembershipsRequest listGroupMembershipsRequest) |
For the specified group in the specified identity store, returns the list of all GroupMembership
objects and returns results in paginated form.
|
default ListGroupsResponse |
IdentitystoreClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest) |
Lists all groups in the identity store.
|
default ListGroupsResponse |
IdentitystoreClient.listGroups(ListGroupsRequest listGroupsRequest) |
Lists all groups in the identity store.
|
default ListGroupsIterable |
IdentitystoreClient.listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest) |
Lists all groups in the identity store.
|
default ListGroupsIterable |
IdentitystoreClient.listGroupsPaginator(ListGroupsRequest listGroupsRequest) |
Lists all groups in the identity store.
|
default ListUsersResponse |
IdentitystoreClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest) |
Lists all users in the identity store.
|
default ListUsersResponse |
IdentitystoreClient.listUsers(ListUsersRequest listUsersRequest) |
Lists all users in the identity store.
|
default ListUsersIterable |
IdentitystoreClient.listUsersPaginator(Consumer<ListUsersRequest.Builder> listUsersRequest) |
Lists all users in the identity store.
|
default ListUsersIterable |
IdentitystoreClient.listUsersPaginator(ListUsersRequest listUsersRequest) |
Lists all users in the identity store.
|
default UpdateGroupResponse |
IdentitystoreClient.updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest) |
For the specified group in the specified identity store, updates the group metadata and attributes.
|
default UpdateGroupResponse |
IdentitystoreClient.updateGroup(UpdateGroupRequest updateGroupRequest) |
For the specified group in the specified identity store, updates the group metadata and attributes.
|
default UpdateUserResponse |
IdentitystoreClient.updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest) |
For the specified user in the specified identity store, updates the user metadata and attributes.
|
default UpdateUserResponse |
IdentitystoreClient.updateUser(UpdateUserRequest updateUserRequest) |
For the specified user in the specified identity store, updates the user metadata and attributes.
|