| Package | Description |
|---|---|
| com.amazonaws.mws.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<ReportSchedule> |
ManageReportScheduleResult.reportSchedule |
protected List<ReportSchedule> |
ManageReportScheduleList.reportSchedule |
protected List<ReportSchedule> |
GetReportScheduleListResult.reportSchedule |
protected List<ReportSchedule> |
GetReportScheduleListByNextTokenResult.reportSchedule |
| Modifier and Type | Method and Description |
|---|---|
ReportSchedule |
ObjectFactory.createReportSchedule()
Create an instance of
ReportSchedule |
ReportSchedule |
ReportSchedule.withReportType(String value)
Sets the value of the ReportType property.
|
ReportSchedule |
ReportSchedule.withSchedule(String value)
Sets the value of the Schedule property.
|
ReportSchedule |
ReportSchedule.withScheduledDate(XMLGregorianCalendar value)
Sets the value of the ScheduledDate property.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReportSchedule> |
ManageReportScheduleList.getReportSchedule()
Gets the value of the reportSchedule property.
|
List<ReportSchedule> |
ManageReportScheduleResult.getReportScheduleList()
Gets the value of the reportSchedule property.
|
List<ReportSchedule> |
GetReportScheduleListResult.getReportScheduleList()
Gets the value of the reportSchedule property.
|
List<ReportSchedule> |
GetReportScheduleListByNextTokenResult.getReportScheduleList()
Gets the value of the reportSchedule property.
|
| Modifier and Type | Method and Description |
|---|---|
ManageReportScheduleList |
ManageReportScheduleList.withReportSchedule(ReportSchedule... values)
Sets the value of the ReportSchedule property.
|
ManageReportScheduleResult |
ManageReportScheduleResult.withReportScheduleList(ReportSchedule... values)
Sets the value of the ReportSchedule property.
|
GetReportScheduleListResult |
GetReportScheduleListResult.withReportScheduleList(ReportSchedule... values)
Sets the value of the ReportSchedule property.
|
GetReportScheduleListByNextTokenResult |
GetReportScheduleListByNextTokenResult.withReportScheduleList(ReportSchedule... values)
Sets the value of the ReportSchedule property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManageReportScheduleList.setReportSchedule(List<ReportSchedule> reportSchedule)
Sets the value of the reportSchedule property.
|
void |
ManageReportScheduleResult.setReportScheduleList(List<ReportSchedule> reportSchedule)
Sets the value of the reportSchedule property.
|
void |
GetReportScheduleListResult.setReportScheduleList(List<ReportSchedule> reportSchedule)
Sets the value of the reportSchedule property.
|
void |
GetReportScheduleListByNextTokenResult.setReportScheduleList(List<ReportSchedule> reportSchedule)
Sets the value of the reportSchedule property.
|
| Constructor and Description |
|---|
GetReportScheduleListByNextTokenResult(String nextToken,
boolean hasNext,
List<ReportSchedule> reportSchedule)
Value constructor
|
GetReportScheduleListResult(String nextToken,
boolean hasNext,
List<ReportSchedule> reportSchedule)
Value constructor
|
ManageReportScheduleList(List<ReportSchedule> reportSchedule)
Value constructor
|
ManageReportScheduleResult(int count,
List<ReportSchedule> reportSchedule)
Value constructor
|
Copyright © 2020. All rights reserved.