| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield |
|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAttacksResponse> |
ShieldAsyncClient.listAttacks(Consumer<ListAttacksRequest.Builder> listAttacksRequest)
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
|
default ListAttacksResponse |
ShieldClient.listAttacks(Consumer<ListAttacksRequest.Builder> listAttacksRequest)
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
|
default ListAttacksPublisher |
ShieldAsyncClient.listAttacksPaginator(Consumer<ListAttacksRequest.Builder> listAttacksRequest)
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
|
default ListAttacksIterable |
ShieldClient.listAttacksPaginator(Consumer<ListAttacksRequest.Builder> listAttacksRequest)
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
static ListAttacksRequest.Builder |
ListAttacksRequest.builder() |
default ListAttacksRequest.Builder |
ListAttacksRequest.Builder.endTime(Consumer<TimeRange.Builder> endTime)
The end of the time period for the attacks.
|
ListAttacksRequest.Builder |
ListAttacksRequest.Builder.endTime(TimeRange endTime)
The end of the time period for the attacks.
|
ListAttacksRequest.Builder |
ListAttacksRequest.Builder.maxResults(Integer maxResults)
The maximum number of AttackSummary objects to return.
|
ListAttacksRequest.Builder |
ListAttacksRequest.Builder.nextToken(String nextToken)
The
ListAttacksRequest.NextMarker value from a previous call to ListAttacksRequest. |
ListAttacksRequest.Builder |
ListAttacksRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAttacksRequest.Builder |
ListAttacksRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAttacksRequest.Builder |
ListAttacksRequest.Builder.resourceArns(Collection<String> resourceArns)
The ARN (Amazon Resource Name) of the resource that was attacked.
|
ListAttacksRequest.Builder |
ListAttacksRequest.Builder.resourceArns(String... resourceArns)
The ARN (Amazon Resource Name) of the resource that was attacked.
|
default ListAttacksRequest.Builder |
ListAttacksRequest.Builder.startTime(Consumer<TimeRange.Builder> startTime)
The start of the time period for the attacks.
|
ListAttacksRequest.Builder |
ListAttacksRequest.Builder.startTime(TimeRange startTime)
The start of the time period for the attacks.
|
ListAttacksRequest.Builder |
ListAttacksRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAttacksRequest.Builder> |
ListAttacksRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.