Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.DeleteUserResponse
-
Packages that use DeleteUserResponse Package Description software.amazon.awssdk.services.alexaforbusiness Alexa for Business has been retired and is no longer supported. -
-
Uses of DeleteUserResponse in software.amazon.awssdk.services.alexaforbusiness
Methods in software.amazon.awssdk.services.alexaforbusiness that return DeleteUserResponse Modifier and Type Method Description default DeleteUserResponseAlexaForBusinessClient. deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest)Deprecated.Alexa For Business is no longer supporteddefault DeleteUserResponseAlexaForBusinessClient. deleteUser(DeleteUserRequest deleteUserRequest)Deprecated.Alexa For Business is no longer supportedMethods in software.amazon.awssdk.services.alexaforbusiness that return types with arguments of type DeleteUserResponse Modifier and Type Method Description default CompletableFuture<DeleteUserResponse>AlexaForBusinessAsyncClient. deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest)Deprecated.Alexa For Business is no longer supporteddefault CompletableFuture<DeleteUserResponse>AlexaForBusinessAsyncClient. deleteUser(DeleteUserRequest deleteUserRequest)Deprecated.Alexa For Business is no longer supported
-