Uses of Interface
software.amazon.awssdk.services.health.model.DateTimeRange.Builder
-
Packages that use DateTimeRange.Builder Package Description software.amazon.awssdk.services.health.model -
-
Uses of DateTimeRange.Builder in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return DateTimeRange.Builder Modifier and Type Method Description static DateTimeRange.BuilderDateTimeRange. builder()DateTimeRange.BuilderDateTimeRange.Builder. from(Instant from)The starting date and time of a time range.DateTimeRange.BuilderDateTimeRange.Builder. to(Instant to)The ending date and time of a time range.DateTimeRange.BuilderDateTimeRange. toBuilder()Methods in software.amazon.awssdk.services.health.model that return types with arguments of type DateTimeRange.Builder Modifier and Type Method Description static Class<? extends DateTimeRange.Builder>DateTimeRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.health.model with type arguments of type DateTimeRange.Builder Modifier and Type Method Description default OrganizationEventFilter.BuilderOrganizationEventFilter.Builder. endTime(Consumer<DateTimeRange.Builder> endTime)Sets the value of the EndTime property for this object.default OrganizationEventFilter.BuilderOrganizationEventFilter.Builder. lastUpdatedTime(Consumer<DateTimeRange.Builder> lastUpdatedTime)Sets the value of the LastUpdatedTime property for this object.default OrganizationEventFilter.BuilderOrganizationEventFilter.Builder. startTime(Consumer<DateTimeRange.Builder> startTime)Sets the value of the StartTime property for this object.
-