Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.SendAnnouncementResponse
-
Packages that use SendAnnouncementResponse Package Description software.amazon.awssdk.services.alexaforbusiness Alexa for Business has been retired and is no longer supported. -
-
Uses of SendAnnouncementResponse in software.amazon.awssdk.services.alexaforbusiness
Methods in software.amazon.awssdk.services.alexaforbusiness that return SendAnnouncementResponse Modifier and Type Method Description default SendAnnouncementResponseAlexaForBusinessClient. sendAnnouncement(Consumer<SendAnnouncementRequest.Builder> sendAnnouncementRequest)Triggers an asynchronous flow to send text, SSML, or audio announcements to rooms that are identified by a search or filter.default SendAnnouncementResponseAlexaForBusinessClient. sendAnnouncement(SendAnnouncementRequest sendAnnouncementRequest)Triggers an asynchronous flow to send text, SSML, or audio announcements to rooms that are identified by a search or filter.Methods in software.amazon.awssdk.services.alexaforbusiness that return types with arguments of type SendAnnouncementResponse Modifier and Type Method Description default CompletableFuture<SendAnnouncementResponse>AlexaForBusinessAsyncClient. sendAnnouncement(Consumer<SendAnnouncementRequest.Builder> sendAnnouncementRequest)Triggers an asynchronous flow to send text, SSML, or audio announcements to rooms that are identified by a search or filter.default CompletableFuture<SendAnnouncementResponse>AlexaForBusinessAsyncClient. sendAnnouncement(SendAnnouncementRequest sendAnnouncementRequest)Triggers an asynchronous flow to send text, SSML, or audio announcements to rooms that are identified by a search or filter.
-