| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness |
Alexa for Business helps you use Alexa in your organization.
|
| software.amazon.awssdk.services.alexaforbusiness.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDeviceEventsResponse |
AlexaForBusinessClient.listDeviceEvents(Consumer<ListDeviceEventsRequest.Builder> listDeviceEventsRequest)
Lists the device event history, including device connection status, for up to 30 days.
|
default ListDeviceEventsResponse |
AlexaForBusinessClient.listDeviceEvents(ListDeviceEventsRequest listDeviceEventsRequest)
Lists the device event history, including device connection status, for up to 30 days.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDeviceEventsResponse> |
AlexaForBusinessAsyncClient.listDeviceEvents(Consumer<ListDeviceEventsRequest.Builder> listDeviceEventsRequest)
Lists the device event history, including device connection status, for up to 30 days.
|
default CompletableFuture<ListDeviceEventsResponse> |
AlexaForBusinessAsyncClient.listDeviceEvents(ListDeviceEventsRequest listDeviceEventsRequest)
Lists the device event history, including device connection status, for up to 30 days.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDeviceEventsResponse> |
ListDeviceEventsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeviceEventsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDeviceEventsResponse> subscriber) |
Copyright © 2021. All rights reserved.