| Package | Description |
|---|---|
| software.amazon.awssdk.services.identitystore |
The Identity Store service used by AWS IAM Identity Center (successor to AWS Single Sign-On) provides a single place
to retrieve all of your identities (users and groups).
|
| Modifier and Type | Method and Description |
|---|---|
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 new user within the specified identity store.
|
default CreateUserResponse |
IdentitystoreClient.createUser(CreateUserRequest createUserRequest)
Creates a new 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 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.
|
Copyright © 2022. All rights reserved.