| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
DateTimeRange |
DateTimeRange.clone() |
DateTimeRange |
DateTimeRange.withFrom(Date from)
The starting date and time of a time range.
|
DateTimeRange |
DateTimeRange.withTo(Date to)
The ending date and time of a time range.
|
| Modifier and Type | Method and Description |
|---|---|
List<DateTimeRange> |
EventFilter.getEndTimes()
A list of dates and times that the event ended.
|
List<DateTimeRange> |
EntityFilter.getLastUpdatedTimes()
A list of the most recent dates and times that the entity was updated.
|
List<DateTimeRange> |
EventFilter.getLastUpdatedTimes()
A list of dates and times that the event was last updated.
|
List<DateTimeRange> |
EventFilter.getStartTimes()
A list of dates and times that the event began.
|
| Modifier and Type | Method and Description |
|---|---|
EventFilter |
EventFilter.withEndTimes(DateTimeRange... endTimes)
A list of dates and times that the event ended.
|
EntityFilter |
EntityFilter.withLastUpdatedTimes(DateTimeRange... lastUpdatedTimes)
A list of the most recent dates and times that the entity was updated.
|
EventFilter |
EventFilter.withLastUpdatedTimes(DateTimeRange... lastUpdatedTimes)
A list of dates and times that the event was last updated.
|
EventFilter |
EventFilter.withStartTimes(DateTimeRange... startTimes)
A list of dates and times that the event began.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventFilter.setEndTimes(Collection<DateTimeRange> endTimes)
A list of dates and times that the event ended.
|
void |
EntityFilter.setLastUpdatedTimes(Collection<DateTimeRange> lastUpdatedTimes)
A list of the most recent dates and times that the entity was updated.
|
void |
EventFilter.setLastUpdatedTimes(Collection<DateTimeRange> lastUpdatedTimes)
A list of dates and times that the event was last updated.
|
void |
EventFilter.setStartTimes(Collection<DateTimeRange> startTimes)
A list of dates and times that the event began.
|
EventFilter |
EventFilter.withEndTimes(Collection<DateTimeRange> endTimes)
A list of dates and times that the event ended.
|
EntityFilter |
EntityFilter.withLastUpdatedTimes(Collection<DateTimeRange> lastUpdatedTimes)
A list of the most recent dates and times that the entity was updated.
|
EventFilter |
EventFilter.withLastUpdatedTimes(Collection<DateTimeRange> lastUpdatedTimes)
A list of dates and times that the event was last updated.
|
EventFilter |
EventFilter.withStartTimes(Collection<DateTimeRange> startTimes)
A list of dates and times that the event began.
|
Copyright © 2019. All rights reserved.