| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
BusinessReportFormat |
UpdateBusinessReportScheduleRequest.format()
The format of the generated report (individual CSV files or zipped files of individual files).
|
BusinessReportFormat |
BusinessReportSchedule.format()
The format of the generated report (individual CSV files or zipped files of individual files).
|
BusinessReportFormat |
CreateBusinessReportScheduleRequest.format()
The format of the generated report (individual CSV files or zipped files of individual files).
|
static BusinessReportFormat |
BusinessReportFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static BusinessReportFormat |
BusinessReportFormat.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<BusinessReportFormat> |
BusinessReportFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBusinessReportScheduleRequest.Builder |
UpdateBusinessReportScheduleRequest.Builder.format(BusinessReportFormat format)
The format of the generated report (individual CSV files or zipped files of individual files).
|
BusinessReportSchedule.Builder |
BusinessReportSchedule.Builder.format(BusinessReportFormat format)
The format of the generated report (individual CSV files or zipped files of individual files).
|
CreateBusinessReportScheduleRequest.Builder |
CreateBusinessReportScheduleRequest.Builder.format(BusinessReportFormat format)
The format of the generated report (individual CSV files or zipped files of individual files).
|
Copyright © 2021. All rights reserved.