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