Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.ListDeviceEventsResponse
-
Packages that use ListDeviceEventsResponse Package Description software.amazon.awssdk.services.alexaforbusiness Alexa for Business has been retired and is no longer supported.software.amazon.awssdk.services.alexaforbusiness.paginators -
-
Uses of ListDeviceEventsResponse in software.amazon.awssdk.services.alexaforbusiness
Methods in software.amazon.awssdk.services.alexaforbusiness that return ListDeviceEventsResponse Modifier and Type Method Description default ListDeviceEventsResponseAlexaForBusinessClient. listDeviceEvents(Consumer<ListDeviceEventsRequest.Builder> listDeviceEventsRequest)Deprecated.Alexa For Business is no longer supporteddefault ListDeviceEventsResponseAlexaForBusinessClient. listDeviceEvents(ListDeviceEventsRequest listDeviceEventsRequest)Deprecated.Alexa For Business is no longer supportedMethods in software.amazon.awssdk.services.alexaforbusiness that return types with arguments of type ListDeviceEventsResponse Modifier and Type Method Description default CompletableFuture<ListDeviceEventsResponse>AlexaForBusinessAsyncClient. listDeviceEvents(Consumer<ListDeviceEventsRequest.Builder> listDeviceEventsRequest)Deprecated.Alexa For Business is no longer supporteddefault CompletableFuture<ListDeviceEventsResponse>AlexaForBusinessAsyncClient. listDeviceEvents(ListDeviceEventsRequest listDeviceEventsRequest)Deprecated.Alexa For Business is no longer supported -
Uses of ListDeviceEventsResponse in software.amazon.awssdk.services.alexaforbusiness.paginators
Methods in software.amazon.awssdk.services.alexaforbusiness.paginators that return types with arguments of type ListDeviceEventsResponse Modifier and Type Method Description Iterator<ListDeviceEventsResponse>ListDeviceEventsIterable. iterator()Method parameters in software.amazon.awssdk.services.alexaforbusiness.paginators with type arguments of type ListDeviceEventsResponse Modifier and Type Method Description voidListDeviceEventsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDeviceEventsResponse> subscriber)
-