Uses of Class
software.amazon.awssdk.services.shield.model.DescribeAttackStatisticsRequest
-
Packages that use DescribeAttackStatisticsRequest Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.transform -
-
Uses of DescribeAttackStatisticsRequest in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield with parameters of type DescribeAttackStatisticsRequest Modifier and Type Method Description 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.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. -
Uses of DescribeAttackStatisticsRequest in software.amazon.awssdk.services.shield.transform
Methods in software.amazon.awssdk.services.shield.transform with parameters of type DescribeAttackStatisticsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeAttackStatisticsRequestMarshaller. marshall(DescribeAttackStatisticsRequest describeAttackStatisticsRequest)
-