| 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 greatest number of objects that you want Shield Advanced to return to the list request.
|
ListAttacksRequest.Builder |
ListAttacksRequest.Builder.nextToken(String nextToken)
When you request a list of objects from Shield Advanced, if the response does not include all of the
remaining available objects, Shield Advanced includes a
NextToken value in the response. |
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 ARNs (Amazon Resource Names) of the resources that were attacked.
|
ListAttacksRequest.Builder |
ListAttacksRequest.Builder.resourceArns(String... resourceArns)
The ARNs (Amazon Resource Names) of the resources that were 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 © 2023. All rights reserved.