Uses of Class
software.amazon.awssdk.services.fms.model.GetProtectionStatusResponse
-
Packages that use GetProtectionStatusResponse Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference. -
-
Uses of GetProtectionStatusResponse in software.amazon.awssdk.services.fms
Methods in software.amazon.awssdk.services.fms that return GetProtectionStatusResponse Modifier and Type Method Description default GetProtectionStatusResponseFmsClient. getProtectionStatus(Consumer<GetProtectionStatusRequest.Builder> getProtectionStatusRequest)If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a potential DDoS attack.default GetProtectionStatusResponseFmsClient. getProtectionStatus(GetProtectionStatusRequest getProtectionStatusRequest)If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a potential DDoS attack.Methods in software.amazon.awssdk.services.fms that return types with arguments of type GetProtectionStatusResponse Modifier and Type Method Description default CompletableFuture<GetProtectionStatusResponse>FmsAsyncClient. getProtectionStatus(Consumer<GetProtectionStatusRequest.Builder> getProtectionStatusRequest)If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a potential DDoS attack.default CompletableFuture<GetProtectionStatusResponse>FmsAsyncClient. getProtectionStatus(GetProtectionStatusRequest getProtectionStatusRequest)If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a potential DDoS attack.
-