| Package | Description |
|---|---|
| software.amazon.awssdk.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
DateTimeRange |
OrganizationEventFilter.endTime()
Returns the value of the EndTime property for this object.
|
DateTimeRange |
OrganizationEventFilter.lastUpdatedTime()
Returns the value of the LastUpdatedTime property for this object.
|
DateTimeRange |
OrganizationEventFilter.startTime()
Returns the value of the StartTime property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<DateTimeRange> |
EventFilter.endTimes()
A list of dates and times that the event ended.
|
List<DateTimeRange> |
EventFilter.lastUpdatedTimes()
A list of dates and times that the event was last updated.
|
List<DateTimeRange> |
EntityFilter.lastUpdatedTimes()
A list of the most recent dates and times that the entity was updated.
|
List<DateTimeRange> |
EventFilter.startTimes()
A list of dates and times that the event began.
|
| Modifier and Type | Method and Description |
|---|---|
OrganizationEventFilter.Builder |
OrganizationEventFilter.Builder.endTime(DateTimeRange endTime)
Sets the value of the EndTime property for this object.
|
EventFilter.Builder |
EventFilter.Builder.endTimes(DateTimeRange... endTimes)
A list of dates and times that the event ended.
|
OrganizationEventFilter.Builder |
OrganizationEventFilter.Builder.lastUpdatedTime(DateTimeRange lastUpdatedTime)
Sets the value of the LastUpdatedTime property for this object.
|
EventFilter.Builder |
EventFilter.Builder.lastUpdatedTimes(DateTimeRange... lastUpdatedTimes)
A list of dates and times that the event was last updated.
|
EntityFilter.Builder |
EntityFilter.Builder.lastUpdatedTimes(DateTimeRange... lastUpdatedTimes)
A list of the most recent dates and times that the entity was updated.
|
OrganizationEventFilter.Builder |
OrganizationEventFilter.Builder.startTime(DateTimeRange startTime)
Sets the value of the StartTime property for this object.
|
EventFilter.Builder |
EventFilter.Builder.startTimes(DateTimeRange... startTimes)
A list of dates and times that the event began.
|
| Modifier and Type | Method and Description |
|---|---|
EventFilter.Builder |
EventFilter.Builder.endTimes(Collection<DateTimeRange> endTimes)
A list of dates and times that the event ended.
|
EventFilter.Builder |
EventFilter.Builder.lastUpdatedTimes(Collection<DateTimeRange> lastUpdatedTimes)
A list of dates and times that the event was last updated.
|
EntityFilter.Builder |
EntityFilter.Builder.lastUpdatedTimes(Collection<DateTimeRange> lastUpdatedTimes)
A list of the most recent dates and times that the entity was updated.
|
EventFilter.Builder |
EventFilter.Builder.startTimes(Collection<DateTimeRange> startTimes)
A list of dates and times that the event began.
|
Copyright © 2022. All rights reserved.