| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
SubResourceSummary |
SubResourceSummary.clone() |
SubResourceSummary |
SubResourceSummary.withAttackVectors(Collection<SummarizedAttackVector> attackVectors)
The list of attack types and associated counters.
|
SubResourceSummary |
SubResourceSummary.withAttackVectors(SummarizedAttackVector... attackVectors)
The list of attack types and associated counters.
|
SubResourceSummary |
SubResourceSummary.withCounters(Collection<SummarizedCounter> counters)
The counters that describe the details of the attack.
|
SubResourceSummary |
SubResourceSummary.withCounters(SummarizedCounter... counters)
The counters that describe the details of the attack.
|
SubResourceSummary |
SubResourceSummary.withId(String id)
The unique identifier (ID) of the
SubResource. |
SubResourceSummary |
SubResourceSummary.withType(String type)
The
SubResource type. |
SubResourceSummary |
SubResourceSummary.withType(SubResourceType type)
The
SubResource type. |
| Modifier and Type | Method and Description |
|---|---|
List<SubResourceSummary> |
AttackDetail.getSubResources()
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
AttackDetail.setSubResources(Collection<SubResourceSummary> subResources)
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
|
AttackDetail |
AttackDetail.withSubResources(Collection<SubResourceSummary> subResources)
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
|
Copyright © 2023. All rights reserved.