| 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 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. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteGroupResponse> |
IdentitystoreAsyncClient.deleteGroup(Consumer<DeleteGroupRequest.Builder> deleteGroupRequest)
Delete a group within an identity store given
GroupId. |
default CompletableFuture<DeleteGroupResponse> |
IdentitystoreAsyncClient.deleteGroup(DeleteGroupRequest deleteGroupRequest)
Delete a group within an identity store given
GroupId. |
Copyright © 2022. All rights reserved.