Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.TimeRange.Builder
-
Packages that use TimeRange.Builder Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of TimeRange.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return TimeRange.Builder Modifier and Type Method Description static TimeRange.BuilderTimeRange. builder()TimeRange.BuilderTimeRange.Builder. endTime(Instant endTime)The end of the time range.TimeRange.BuilderTimeRange.Builder. startTime(Instant startTime)The start of the time range.TimeRange.BuilderTimeRange. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type TimeRange.Builder Modifier and Type Method Description static Class<? extends TimeRange.Builder>TimeRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type TimeRange.Builder Modifier and Type Method Description default ListEngagementsRequest.BuilderListEngagementsRequest.Builder. timeRangeValue(Consumer<TimeRange.Builder> timeRangeValue)The time range to lists engagements for an incident.
-