Uses of Interface
software.amazon.awssdk.services.shield.model.EnableApplicationLayerAutomaticResponseRequest.Builder
-
Packages that use EnableApplicationLayerAutomaticResponseRequest.Builder Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.model -
-
Uses of EnableApplicationLayerAutomaticResponseRequest.Builder in software.amazon.awssdk.services.shield
Method parameters in software.amazon.awssdk.services.shield with type arguments of type EnableApplicationLayerAutomaticResponseRequest.Builder Modifier and Type Method Description default CompletableFuture<EnableApplicationLayerAutomaticResponseResponse>ShieldAsyncClient. enableApplicationLayerAutomaticResponse(Consumer<EnableApplicationLayerAutomaticResponseRequest.Builder> enableApplicationLayerAutomaticResponseRequest)Enable the Shield Advanced automatic application layer DDoS mitigation for the protected resource.default EnableApplicationLayerAutomaticResponseResponseShieldClient. enableApplicationLayerAutomaticResponse(Consumer<EnableApplicationLayerAutomaticResponseRequest.Builder> enableApplicationLayerAutomaticResponseRequest)Enable the Shield Advanced automatic application layer DDoS mitigation for the protected resource. -
Uses of EnableApplicationLayerAutomaticResponseRequest.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return EnableApplicationLayerAutomaticResponseRequest.Builder Modifier and Type Method Description default EnableApplicationLayerAutomaticResponseRequest.BuilderEnableApplicationLayerAutomaticResponseRequest.Builder. action(Consumer<ResponseAction.Builder> action)Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks.EnableApplicationLayerAutomaticResponseRequest.BuilderEnableApplicationLayerAutomaticResponseRequest.Builder. action(ResponseAction action)Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks.static EnableApplicationLayerAutomaticResponseRequest.BuilderEnableApplicationLayerAutomaticResponseRequest. builder()EnableApplicationLayerAutomaticResponseRequest.BuilderEnableApplicationLayerAutomaticResponseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableApplicationLayerAutomaticResponseRequest.BuilderEnableApplicationLayerAutomaticResponseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableApplicationLayerAutomaticResponseRequest.BuilderEnableApplicationLayerAutomaticResponseRequest.Builder. resourceArn(String resourceArn)The ARN (Amazon Resource Name) of the protected resource.EnableApplicationLayerAutomaticResponseRequest.BuilderEnableApplicationLayerAutomaticResponseRequest. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type EnableApplicationLayerAutomaticResponseRequest.Builder Modifier and Type Method Description static Class<? extends EnableApplicationLayerAutomaticResponseRequest.Builder>EnableApplicationLayerAutomaticResponseRequest. serializableBuilderClass()
-