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 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.
|