Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.BusinessReportSchedule
-
Packages that use BusinessReportSchedule Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of BusinessReportSchedule in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type BusinessReportSchedule Modifier and Type Method Description List<BusinessReportSchedule>ListBusinessReportSchedulesResponse. businessReportSchedules()The schedule of the reports.Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type BusinessReportSchedule Modifier and Type Method Description ListBusinessReportSchedulesResponse.BuilderListBusinessReportSchedulesResponse.Builder. businessReportSchedules(BusinessReportSchedule... businessReportSchedules)The schedule of the reports.Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type BusinessReportSchedule Modifier and Type Method Description ListBusinessReportSchedulesResponse.BuilderListBusinessReportSchedulesResponse.Builder. businessReportSchedules(Collection<BusinessReportSchedule> businessReportSchedules)The schedule of the reports.
-