| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model | |
| software.amazon.awssdk.services.shield.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AttackSummary> |
ListAttacksResponse.attackSummaries()
The attack information for the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
ListAttacksResponse.Builder |
ListAttacksResponse.Builder.attackSummaries(AttackSummary... attackSummaries)
The attack information for the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
ListAttacksResponse.Builder |
ListAttacksResponse.Builder.attackSummaries(Collection<AttackSummary> attackSummaries)
The attack information for the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AttackSummary> |
ListAttacksPublisher.attackSummaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AttackSummary> |
ListAttacksIterable.attackSummaries()
Returns an iterable to iterate through the paginated
ListAttacksResponse.attackSummaries() member. |
Copyright © 2021. All rights reserved.