Uses of Interface
software.amazon.awssdk.services.connect.model.SearchContactsTimeRange.Builder
-
Packages that use SearchContactsTimeRange.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of SearchContactsTimeRange.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return SearchContactsTimeRange.Builder Modifier and Type Method Description static SearchContactsTimeRange.BuilderSearchContactsTimeRange. builder()SearchContactsTimeRange.BuilderSearchContactsTimeRange.Builder. endTime(Instant endTime)The end time of the time range.SearchContactsTimeRange.BuilderSearchContactsTimeRange.Builder. startTime(Instant startTime)The start time of the time range.SearchContactsTimeRange.BuilderSearchContactsTimeRange. toBuilder()SearchContactsTimeRange.BuilderSearchContactsTimeRange.Builder. type(String type)The type of timestamp to search.SearchContactsTimeRange.BuilderSearchContactsTimeRange.Builder. type(SearchContactsTimeRangeType type)The type of timestamp to search.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type SearchContactsTimeRange.Builder Modifier and Type Method Description static Class<? extends SearchContactsTimeRange.Builder>SearchContactsTimeRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type SearchContactsTimeRange.Builder Modifier and Type Method Description default SearchContactsRequest.BuilderSearchContactsRequest.Builder. timeRange(Consumer<SearchContactsTimeRange.Builder> timeRange)Time range that you want to search results.
-