| Package | Description |
|---|---|
| software.amazon.awssdk.services.identitystore |
The Identity Store service used by IAM Identity Center 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateGroupResponse> |
IdentitystoreAsyncClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a group within the specified identity store.
|
default CompletableFuture<CreateGroupResponse> |
IdentitystoreAsyncClient.createGroup(CreateGroupRequest createGroupRequest)
Creates a group within the specified identity store.
|
Copyright © 2023. All rights reserved.