Uses of Class
software.amazon.awssdk.services.identitystore.model.UpdateUserResponse
-
Packages that use UpdateUserResponse 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 UpdateUserResponse in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore that return UpdateUserResponse Modifier and Type Method Description default UpdateUserResponseIdentitystoreClient. updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)For the specified user in the specified identity store, updates the user metadata and attributes.default UpdateUserResponseIdentitystoreClient. updateUser(UpdateUserRequest updateUserRequest)For the specified user in the specified identity store, updates the user metadata and attributes.Methods in software.amazon.awssdk.services.identitystore that return types with arguments of type UpdateUserResponse Modifier and Type Method Description default CompletableFuture<UpdateUserResponse>IdentitystoreAsyncClient. updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)For the specified user in the specified identity store, updates the user metadata and attributes.default CompletableFuture<UpdateUserResponse>IdentitystoreAsyncClient. updateUser(UpdateUserRequest updateUserRequest)For the specified user in the specified identity store, updates the user metadata and attributes.
-