| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateUserResponse> |
IdentitystoreAsyncClient.createUser(Consumer<CreateUserRequest.Builder> createUserRequest)
Creates a user within the specified identity store.
|
default CompletableFuture<CreateUserResponse> |
IdentitystoreAsyncClient.createUser(CreateUserRequest createUserRequest)
Creates a user within the specified identity store.
|
Copyright © 2023. All rights reserved.