Uses of Interface
software.amazon.awssdk.services.shield.model.DescribeAttackStatisticsRequest.Builder
-
Packages that use DescribeAttackStatisticsRequest.Builder Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.model -
-
Uses of DescribeAttackStatisticsRequest.Builder in software.amazon.awssdk.services.shield
Method parameters in software.amazon.awssdk.services.shield with type arguments of type DescribeAttackStatisticsRequest.Builder 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 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. -
Uses of DescribeAttackStatisticsRequest.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return DescribeAttackStatisticsRequest.Builder Modifier and Type Method Description static DescribeAttackStatisticsRequest.BuilderDescribeAttackStatisticsRequest. builder()DescribeAttackStatisticsRequest.BuilderDescribeAttackStatisticsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeAttackStatisticsRequest.BuilderDescribeAttackStatisticsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeAttackStatisticsRequest.BuilderDescribeAttackStatisticsRequest. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type DescribeAttackStatisticsRequest.Builder Modifier and Type Method Description static Class<? extends DescribeAttackStatisticsRequest.Builder>DescribeAttackStatisticsRequest. serializableBuilderClass()
-