| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness |
Alexa for Business helps you use Alexa in your organization.
|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBusinessReportSchedulesResponse> |
AlexaForBusinessAsyncClient.listBusinessReportSchedules(Consumer<ListBusinessReportSchedulesRequest.Builder> listBusinessReportSchedulesRequest)
Lists the details of the schedules that a user configured.
|
default ListBusinessReportSchedulesResponse |
AlexaForBusinessClient.listBusinessReportSchedules(Consumer<ListBusinessReportSchedulesRequest.Builder> listBusinessReportSchedulesRequest)
Lists the details of the schedules that a user configured.
|
default ListBusinessReportSchedulesPublisher |
AlexaForBusinessAsyncClient.listBusinessReportSchedulesPaginator(Consumer<ListBusinessReportSchedulesRequest.Builder> listBusinessReportSchedulesRequest)
Lists the details of the schedules that a user configured.
|
default ListBusinessReportSchedulesIterable |
AlexaForBusinessClient.listBusinessReportSchedulesPaginator(Consumer<ListBusinessReportSchedulesRequest.Builder> listBusinessReportSchedulesRequest)
Lists the details of the schedules that a user configured.
|
| Modifier and Type | Method and Description |
|---|---|
static ListBusinessReportSchedulesRequest.Builder |
ListBusinessReportSchedulesRequest.builder() |
ListBusinessReportSchedulesRequest.Builder |
ListBusinessReportSchedulesRequest.Builder.maxResults(Integer maxResults)
The maximum number of schedules listed in the call.
|
ListBusinessReportSchedulesRequest.Builder |
ListBusinessReportSchedulesRequest.Builder.nextToken(String nextToken)
The token used to list the remaining schedules from the previous API call.
|
ListBusinessReportSchedulesRequest.Builder |
ListBusinessReportSchedulesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBusinessReportSchedulesRequest.Builder |
ListBusinessReportSchedulesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBusinessReportSchedulesRequest.Builder |
ListBusinessReportSchedulesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBusinessReportSchedulesRequest.Builder> |
ListBusinessReportSchedulesRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.