Uses of Class
software.amazon.awssdk.services.identitystore.model.CreateUserResponse
-
Packages that use CreateUserResponse 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). -
-
Uses of CreateUserResponse in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore that return CreateUserResponse Modifier and Type Method Description default CreateUserResponseIdentitystoreClient. createUser(Consumer<CreateUserRequest.Builder> createUserRequest)Creates a user within the specified identity store.default CreateUserResponseIdentitystoreClient. createUser(CreateUserRequest createUserRequest)Creates a user within the specified identity store.Methods in software.amazon.awssdk.services.identitystore that return types with arguments of type CreateUserResponse Modifier and Type Method 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.
-