Uses of Interface
software.amazon.awssdk.services.shield.model.TimeRange.Builder
-
Packages that use TimeRange.Builder Package Description software.amazon.awssdk.services.shield.model -
-
Uses of TimeRange.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return TimeRange.Builder Modifier and Type Method Description static TimeRange.BuilderTimeRange. builder()TimeRange.BuilderTimeRange.Builder. fromInclusive(Instant fromInclusive)The start time, in Unix time in seconds.TimeRange.BuilderTimeRange. toBuilder()TimeRange.BuilderTimeRange.Builder. toExclusive(Instant toExclusive)The end time, in Unix time in seconds.Methods in software.amazon.awssdk.services.shield.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.shield.model with type arguments of type TimeRange.Builder Modifier and Type Method Description default ListAttacksRequest.BuilderListAttacksRequest.Builder. endTime(Consumer<TimeRange.Builder> endTime)The end of the time period for the attacks.default ListAttacksRequest.BuilderListAttacksRequest.Builder. startTime(Consumer<TimeRange.Builder> startTime)The start of the time period for the attacks.default DescribeAttackStatisticsResponse.BuilderDescribeAttackStatisticsResponse.Builder. timeRange(Consumer<TimeRange.Builder> timeRange)The time range of the attack.
-