Uses of Class
software.amazon.awssdk.services.shield.model.DescribeAttackStatisticsResponse
-
Packages that use DescribeAttackStatisticsResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of DescribeAttackStatisticsResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return DescribeAttackStatisticsResponse Modifier and Type Method Description default DescribeAttackStatisticsResponseShieldClient. 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 DescribeAttackStatisticsResponseShieldClient. describeAttackStatistics(DescribeAttackStatisticsRequest 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.Methods in software.amazon.awssdk.services.shield that return types with arguments of type DescribeAttackStatisticsResponse Modifier and Type Method 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 CompletableFuture<DescribeAttackStatisticsResponse>ShieldAsyncClient. describeAttackStatistics(DescribeAttackStatisticsRequest 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.
-