Uses of Class
software.amazon.awssdk.services.shield.model.DisableApplicationLayerAutomaticResponseResponse
-
Packages that use DisableApplicationLayerAutomaticResponseResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of DisableApplicationLayerAutomaticResponseResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return DisableApplicationLayerAutomaticResponseResponse Modifier and Type Method Description default DisableApplicationLayerAutomaticResponseResponseShieldClient. disableApplicationLayerAutomaticResponse(Consumer<DisableApplicationLayerAutomaticResponseRequest.Builder> disableApplicationLayerAutomaticResponseRequest)Disable the Shield Advanced automatic application layer DDoS mitigation feature for the protected resource.default DisableApplicationLayerAutomaticResponseResponseShieldClient. disableApplicationLayerAutomaticResponse(DisableApplicationLayerAutomaticResponseRequest disableApplicationLayerAutomaticResponseRequest)Disable the Shield Advanced automatic application layer DDoS mitigation feature for the protected resource.Methods in software.amazon.awssdk.services.shield that return types with arguments of type DisableApplicationLayerAutomaticResponseResponse Modifier and Type Method Description default CompletableFuture<DisableApplicationLayerAutomaticResponseResponse>ShieldAsyncClient. disableApplicationLayerAutomaticResponse(Consumer<DisableApplicationLayerAutomaticResponseRequest.Builder> disableApplicationLayerAutomaticResponseRequest)Disable the Shield Advanced automatic application layer DDoS mitigation feature for the protected resource.default CompletableFuture<DisableApplicationLayerAutomaticResponseResponse>ShieldAsyncClient. disableApplicationLayerAutomaticResponse(DisableApplicationLayerAutomaticResponseRequest disableApplicationLayerAutomaticResponseRequest)Disable the Shield Advanced automatic application layer DDoS mitigation feature for the protected resource.
-