| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
static SummarizedAttackVector.Builder |
SummarizedAttackVector.builder() |
SummarizedAttackVector.Builder |
SummarizedAttackVector.toBuilder() |
SummarizedAttackVector.Builder |
SummarizedAttackVector.Builder.vectorCounters(Collection<SummarizedCounter> vectorCounters)
The list of counters that describe the details of the attack.
|
SummarizedAttackVector.Builder |
SummarizedAttackVector.Builder.vectorCounters(Consumer<SummarizedCounter.Builder>... vectorCounters)
The list of counters that describe the details of the attack.
|
SummarizedAttackVector.Builder |
SummarizedAttackVector.Builder.vectorCounters(SummarizedCounter... vectorCounters)
The list of counters that describe the details of the attack.
|
SummarizedAttackVector.Builder |
SummarizedAttackVector.Builder.vectorType(String vectorType)
The attack type, for example, SNMP reflection or SYN flood.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SummarizedAttackVector.Builder> |
SummarizedAttackVector.serializableBuilderClass() |
Copyright © 2023. All rights reserved.