Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.BusinessReportFormat
-
Packages that use BusinessReportFormat Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of BusinessReportFormat in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return BusinessReportFormat Modifier and Type Method Description BusinessReportFormatBusinessReportSchedule. format()The format of the generated report (individual CSV files or zipped files of individual files).BusinessReportFormatCreateBusinessReportScheduleRequest. format()The format of the generated report (individual CSV files or zipped files of individual files).BusinessReportFormatUpdateBusinessReportScheduleRequest. format()The format of the generated report (individual CSV files or zipped files of individual files).static BusinessReportFormatBusinessReportFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BusinessReportFormatBusinessReportFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static BusinessReportFormat[]BusinessReportFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type BusinessReportFormat Modifier and Type Method Description static Set<BusinessReportFormat>BusinessReportFormat. knownValues()Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type BusinessReportFormat Modifier and Type Method Description BusinessReportSchedule.BuilderBusinessReportSchedule.Builder. format(BusinessReportFormat format)The format of the generated report (individual CSV files or zipped files of individual files).CreateBusinessReportScheduleRequest.BuilderCreateBusinessReportScheduleRequest.Builder. format(BusinessReportFormat format)The format of the generated report (individual CSV files or zipped files of individual files).UpdateBusinessReportScheduleRequest.BuilderUpdateBusinessReportScheduleRequest.Builder. format(BusinessReportFormat format)The format of the generated report (individual CSV files or zipped files of individual files).
-