| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
AttackSummary |
AttackSummary.clone() |
AttackSummary |
AttackSummary.withAttackId(String attackId)
The unique identifier (ID) of the attack.
|
AttackSummary |
AttackSummary.withAttackVectors(AttackVectorDescription... attackVectors)
The list of attacks for a specified time period.
|
AttackSummary |
AttackSummary.withAttackVectors(Collection<AttackVectorDescription> attackVectors)
The list of attacks for a specified time period.
|
AttackSummary |
AttackSummary.withEndTime(Date endTime)
The end time of the attack, in Unix time in seconds.
|
AttackSummary |
AttackSummary.withResourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the resource that was attacked.
|
AttackSummary |
AttackSummary.withStartTime(Date startTime)
The start time of the attack, in Unix time in seconds.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttackSummary> |
ListAttacksResult.getAttackSummaries()
The attack information for the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
ListAttacksResult |
ListAttacksResult.withAttackSummaries(AttackSummary... attackSummaries)
The attack information for the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAttacksResult.setAttackSummaries(Collection<AttackSummary> attackSummaries)
The attack information for the specified time range.
|
ListAttacksResult |
ListAttacksResult.withAttackSummaries(Collection<AttackSummary> attackSummaries)
The attack information for the specified time range.
|
Copyright © 2022. All rights reserved.