| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
AttackDetail |
AttackDetail.clone() |
AttackDetail |
DescribeAttackResult.getAttack()
The attack that is described.
|
AttackDetail |
AttackDetail.withAttackCounters(Collection<SummarizedCounter> attackCounters)
List of counters that describe the attack for the specified time period.
|
AttackDetail |
AttackDetail.withAttackCounters(SummarizedCounter... attackCounters)
List of counters that describe the attack for the specified time period.
|
AttackDetail |
AttackDetail.withAttackId(String attackId)
The unique identifier (ID) of the attack.
|
AttackDetail |
AttackDetail.withAttackProperties(AttackProperty... attackProperties)
The array of AttackProperty objects.
|
AttackDetail |
AttackDetail.withAttackProperties(Collection<AttackProperty> attackProperties)
The array of AttackProperty objects.
|
AttackDetail |
AttackDetail.withEndTime(Date endTime)
The time the attack ended, in Unix time in seconds.
|
AttackDetail |
AttackDetail.withMitigations(Collection<Mitigation> mitigations)
List of mitigation actions taken for the attack.
|
AttackDetail |
AttackDetail.withMitigations(Mitigation... mitigations)
List of mitigation actions taken for the attack.
|
AttackDetail |
AttackDetail.withResourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the resource that was attacked.
|
AttackDetail |
AttackDetail.withStartTime(Date startTime)
The time the attack started, in Unix time in seconds.
|
AttackDetail |
AttackDetail.withSubResources(Collection<SubResourceSummary> subResources)
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
|
AttackDetail |
AttackDetail.withSubResources(SubResourceSummary... subResources)
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAttackResult.setAttack(AttackDetail attack)
The attack that is described.
|
DescribeAttackResult |
DescribeAttackResult.withAttack(AttackDetail attack)
The attack that is described.
|
Copyright © 2020. All rights reserved.