| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness |
Alexa for Business helps you use Alexa in your organization.
|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
ListBusinessReportSchedulesResult |
AmazonAlexaForBusinessClient.listBusinessReportSchedules(ListBusinessReportSchedulesRequest request)
Lists the details of the schedules that a user configured.
|
ListBusinessReportSchedulesResult |
AbstractAmazonAlexaForBusiness.listBusinessReportSchedules(ListBusinessReportSchedulesRequest request) |
ListBusinessReportSchedulesResult |
AmazonAlexaForBusiness.listBusinessReportSchedules(ListBusinessReportSchedulesRequest listBusinessReportSchedulesRequest)
Lists the details of the schedules that a user configured.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListBusinessReportSchedulesResult> |
AbstractAmazonAlexaForBusinessAsync.listBusinessReportSchedulesAsync(ListBusinessReportSchedulesRequest request,
AsyncHandler<ListBusinessReportSchedulesRequest,ListBusinessReportSchedulesResult> asyncHandler) |
Future<ListBusinessReportSchedulesResult> |
AmazonAlexaForBusinessAsync.listBusinessReportSchedulesAsync(ListBusinessReportSchedulesRequest listBusinessReportSchedulesRequest,
AsyncHandler<ListBusinessReportSchedulesRequest,ListBusinessReportSchedulesResult> asyncHandler)
Lists the details of the schedules that a user configured.
|
Future<ListBusinessReportSchedulesResult> |
AmazonAlexaForBusinessAsyncClient.listBusinessReportSchedulesAsync(ListBusinessReportSchedulesRequest request,
AsyncHandler<ListBusinessReportSchedulesRequest,ListBusinessReportSchedulesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListBusinessReportSchedulesResult |
ListBusinessReportSchedulesResult.clone() |
ListBusinessReportSchedulesResult |
ListBusinessReportSchedulesResult.withBusinessReportSchedules(BusinessReportSchedule... businessReportSchedules)
The schedule of the reports.
|
ListBusinessReportSchedulesResult |
ListBusinessReportSchedulesResult.withBusinessReportSchedules(Collection<BusinessReportSchedule> businessReportSchedules)
The schedule of the reports.
|
ListBusinessReportSchedulesResult |
ListBusinessReportSchedulesResult.withNextToken(String nextToken)
The token used to list the remaining schedules from the previous API call.
|
Copyright © 2019. All rights reserved.