Uses of Class
software.amazon.awssdk.services.shield.model.SummarizedCounter
-
Packages that use SummarizedCounter Package Description software.amazon.awssdk.services.shield.model -
-
Uses of SummarizedCounter in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type SummarizedCounter Modifier and Type Method Description List<SummarizedCounter>AttackDetail. attackCounters()List of counters that describe the attack for the specified time period.List<SummarizedCounter>SubResourceSummary. counters()The counters that describe the details of the attack.List<SummarizedCounter>SummarizedAttackVector. vectorCounters()The list of counters that describe the details of the attack.Methods in software.amazon.awssdk.services.shield.model with parameters of type SummarizedCounter Modifier and Type Method Description AttackDetail.BuilderAttackDetail.Builder. attackCounters(SummarizedCounter... attackCounters)List of counters that describe the attack for the specified time period.SubResourceSummary.BuilderSubResourceSummary.Builder. counters(SummarizedCounter... counters)The counters that describe the details of the attack.SummarizedAttackVector.BuilderSummarizedAttackVector.Builder. vectorCounters(SummarizedCounter... vectorCounters)The list of counters that describe the details of the attack.Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type SummarizedCounter Modifier and Type Method Description AttackDetail.BuilderAttackDetail.Builder. attackCounters(Collection<SummarizedCounter> attackCounters)List of counters that describe the attack for the specified time period.SubResourceSummary.BuilderSubResourceSummary.Builder. counters(Collection<SummarizedCounter> counters)The counters that describe the details of the attack.SummarizedAttackVector.BuilderSummarizedAttackVector.Builder. vectorCounters(Collection<SummarizedCounter> vectorCounters)The list of counters that describe the details of the attack.
-