| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield |
|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeAttackStatisticsResponse> |
ShieldAsyncClient.describeAttackStatistics(Consumer<DescribeAttackStatisticsRequest.Builder> describeAttackStatisticsRequest)
Provides information about the number and type of attacks Shield has detected in the last year for all resources
that belong to your account, regardless of whether you've defined Shield protections for them.
|
default DescribeAttackStatisticsResponse |
ShieldClient.describeAttackStatistics(Consumer<DescribeAttackStatisticsRequest.Builder> describeAttackStatisticsRequest)
Provides information about the number and type of attacks Shield has detected in the last year for all resources
that belong to your account, regardless of whether you've defined Shield protections for them.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeAttackStatisticsRequest.Builder |
DescribeAttackStatisticsRequest.builder() |
DescribeAttackStatisticsRequest.Builder |
DescribeAttackStatisticsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAttackStatisticsRequest.Builder |
DescribeAttackStatisticsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeAttackStatisticsRequest.Builder |
DescribeAttackStatisticsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeAttackStatisticsRequest.Builder> |
DescribeAttackStatisticsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.