Uses of Class
software.amazon.awssdk.services.shield.model.TimeRange
-
Packages that use TimeRange Package Description software.amazon.awssdk.services.shield.model -
-
Uses of TimeRange in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return TimeRange Modifier and Type Method Description TimeRangeListAttacksRequest. endTime()The end of the time period for the attacks.TimeRangeListAttacksRequest. startTime()The start of the time period for the attacks.TimeRangeDescribeAttackStatisticsResponse. timeRange()The time range of the attack.Methods in software.amazon.awssdk.services.shield.model with parameters of type TimeRange Modifier and Type Method Description ListAttacksRequest.BuilderListAttacksRequest.Builder. endTime(TimeRange endTime)The end of the time period for the attacks.ListAttacksRequest.BuilderListAttacksRequest.Builder. startTime(TimeRange startTime)The start of the time period for the attacks.DescribeAttackStatisticsResponse.BuilderDescribeAttackStatisticsResponse.Builder. timeRange(TimeRange timeRange)The time range of the attack.
-