Uses of Class
software.amazon.awssdk.services.health.model.DateTimeRange
-
Packages that use DateTimeRange Package Description software.amazon.awssdk.services.health.model -
-
Uses of DateTimeRange in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return DateTimeRange Modifier and Type Method Description DateTimeRangeOrganizationEventFilter. endTime()Returns the value of the EndTime property for this object.DateTimeRangeOrganizationEventFilter. lastUpdatedTime()Returns the value of the LastUpdatedTime property for this object.DateTimeRangeOrganizationEventFilter. startTime()Returns the value of the StartTime property for this object.Methods in software.amazon.awssdk.services.health.model that return types with arguments of type DateTimeRange Modifier and Type Method Description List<DateTimeRange>EventFilter. endTimes()A list of dates and times that the event ended.List<DateTimeRange>EntityFilter. lastUpdatedTimes()A list of the most recent dates and times that the entity was updated.List<DateTimeRange>EventFilter. lastUpdatedTimes()A list of dates and times that the event was last updated.List<DateTimeRange>EventFilter. startTimes()A list of dates and times that the event began.Methods in software.amazon.awssdk.services.health.model with parameters of type DateTimeRange Modifier and Type Method Description OrganizationEventFilter.BuilderOrganizationEventFilter.Builder. endTime(DateTimeRange endTime)Sets the value of the EndTime property for this object.EventFilter.BuilderEventFilter.Builder. endTimes(DateTimeRange... endTimes)A list of dates and times that the event ended.OrganizationEventFilter.BuilderOrganizationEventFilter.Builder. lastUpdatedTime(DateTimeRange lastUpdatedTime)Sets the value of the LastUpdatedTime property for this object.EntityFilter.BuilderEntityFilter.Builder. lastUpdatedTimes(DateTimeRange... lastUpdatedTimes)A list of the most recent dates and times that the entity was updated.EventFilter.BuilderEventFilter.Builder. lastUpdatedTimes(DateTimeRange... lastUpdatedTimes)A list of dates and times that the event was last updated.OrganizationEventFilter.BuilderOrganizationEventFilter.Builder. startTime(DateTimeRange startTime)Sets the value of the StartTime property for this object.EventFilter.BuilderEventFilter.Builder. startTimes(DateTimeRange... startTimes)A list of dates and times that the event began.Method parameters in software.amazon.awssdk.services.health.model with type arguments of type DateTimeRange Modifier and Type Method Description EventFilter.BuilderEventFilter.Builder. endTimes(Collection<DateTimeRange> endTimes)A list of dates and times that the event ended.EntityFilter.BuilderEntityFilter.Builder. lastUpdatedTimes(Collection<DateTimeRange> lastUpdatedTimes)A list of the most recent dates and times that the entity was updated.EventFilter.BuilderEventFilter.Builder. lastUpdatedTimes(Collection<DateTimeRange> lastUpdatedTimes)A list of dates and times that the event was last updated.EventFilter.BuilderEventFilter.Builder. startTimes(Collection<DateTimeRange> startTimes)A list of dates and times that the event began.
-