Uses of Class
software.amazon.awssdk.services.identitystore.model.DeleteUserResponse
-
Packages that use DeleteUserResponse 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 DeleteUserResponse in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore that return DeleteUserResponse Modifier and Type Method Description default DeleteUserResponseIdentitystoreClient. deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest)Deletes a user within an identity store givenUserId.default DeleteUserResponseIdentitystoreClient. deleteUser(DeleteUserRequest deleteUserRequest)Deletes a user within an identity store givenUserId.Methods in software.amazon.awssdk.services.identitystore that return types with arguments of type DeleteUserResponse Modifier and Type Method Description default CompletableFuture<DeleteUserResponse>IdentitystoreAsyncClient. deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest)Deletes a user within an identity store givenUserId.default CompletableFuture<DeleteUserResponse>IdentitystoreAsyncClient. deleteUser(DeleteUserRequest deleteUserRequest)Deletes a user within an identity store givenUserId.
-