Uses of Interface
software.amazon.awssdk.services.iot.model.TimeFilter.Builder
-
Packages that use TimeFilter.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of TimeFilter.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return TimeFilter.Builder Modifier and Type Method Description TimeFilter.BuilderTimeFilter.Builder. after(String after)Filter to display command executions that started or completed only after a particular date and time.TimeFilter.BuilderTimeFilter.Builder. before(String before)Filter to display command executions that started or completed only before a particular date and time.static TimeFilter.BuilderTimeFilter. builder()TimeFilter.BuilderTimeFilter. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type TimeFilter.Builder Modifier and Type Method Description static Class<? extends TimeFilter.Builder>TimeFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type TimeFilter.Builder Modifier and Type Method Description default ListCommandExecutionsRequest.BuilderListCommandExecutionsRequest.Builder. completedTimeFilter(Consumer<TimeFilter.Builder> completedTimeFilter)List all command executions that completed any time before or after the date and time that you specify.default ListCommandExecutionsRequest.BuilderListCommandExecutionsRequest.Builder. startedTimeFilter(Consumer<TimeFilter.Builder> startedTimeFilter)List all command executions that started any time before or after the date and time that you specify.
-