Uses of Class
software.amazon.awssdk.services.shield.model.EnableApplicationLayerAutomaticResponseResponse
-
Packages that use EnableApplicationLayerAutomaticResponseResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of EnableApplicationLayerAutomaticResponseResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return EnableApplicationLayerAutomaticResponseResponse Modifier and Type Method Description default EnableApplicationLayerAutomaticResponseResponseShieldClient. enableApplicationLayerAutomaticResponse(Consumer<EnableApplicationLayerAutomaticResponseRequest.Builder> enableApplicationLayerAutomaticResponseRequest)Enable the Shield Advanced automatic application layer DDoS mitigation for the protected resource.default EnableApplicationLayerAutomaticResponseResponseShieldClient. enableApplicationLayerAutomaticResponse(EnableApplicationLayerAutomaticResponseRequest enableApplicationLayerAutomaticResponseRequest)Enable the Shield Advanced automatic application layer DDoS mitigation for the protected resource.Methods in software.amazon.awssdk.services.shield that return types with arguments of type EnableApplicationLayerAutomaticResponseResponse 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 CompletableFuture<EnableApplicationLayerAutomaticResponseResponse>ShieldAsyncClient. enableApplicationLayerAutomaticResponse(EnableApplicationLayerAutomaticResponseRequest enableApplicationLayerAutomaticResponseRequest)Enable the Shield Advanced automatic application layer DDoS mitigation for the protected resource.
-