Uses of Interface
software.amazon.awssdk.services.iot.model.ViolationEventOccurrenceRange.Builder
-
Packages that use ViolationEventOccurrenceRange.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ViolationEventOccurrenceRange.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ViolationEventOccurrenceRange.Builder Modifier and Type Method Description static ViolationEventOccurrenceRange.BuilderViolationEventOccurrenceRange. builder()ViolationEventOccurrenceRange.BuilderViolationEventOccurrenceRange.Builder. endTime(Instant endTime)The end date and time of a time period in which violation events occurred.ViolationEventOccurrenceRange.BuilderViolationEventOccurrenceRange.Builder. startTime(Instant startTime)The start date and time of a time period in which violation events occurred.ViolationEventOccurrenceRange.BuilderViolationEventOccurrenceRange. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ViolationEventOccurrenceRange.Builder Modifier and Type Method Description static Class<? extends ViolationEventOccurrenceRange.Builder>ViolationEventOccurrenceRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ViolationEventOccurrenceRange.Builder Modifier and Type Method Description default DetectMitigationActionsTaskSummary.BuilderDetectMitigationActionsTaskSummary.Builder. violationEventOccurrenceRange(Consumer<ViolationEventOccurrenceRange.Builder> violationEventOccurrenceRange)Specifies the time period of which violation events occurred between.default StartDetectMitigationActionsTaskRequest.BuilderStartDetectMitigationActionsTaskRequest.Builder. violationEventOccurrenceRange(Consumer<ViolationEventOccurrenceRange.Builder> violationEventOccurrenceRange)Specifies the time period of which violation events occurred between.
-