Uses of Class
software.amazon.awssdk.services.networkfirewall.model.CheckCertificateRevocationStatusActions
-
Packages that use CheckCertificateRevocationStatusActions Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of CheckCertificateRevocationStatusActions in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return CheckCertificateRevocationStatusActions Modifier and Type Method Description CheckCertificateRevocationStatusActionsServerCertificateConfiguration. checkCertificateRevocationStatus()When enabled, Network Firewall checks if the server certificate presented by the server in the SSL/TLS connection has a revoked or unkown status.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type CheckCertificateRevocationStatusActions Modifier and Type Method Description ServerCertificateConfiguration.BuilderServerCertificateConfiguration.Builder. checkCertificateRevocationStatus(CheckCertificateRevocationStatusActions checkCertificateRevocationStatus)When enabled, Network Firewall checks if the server certificate presented by the server in the SSL/TLS connection has a revoked or unkown status.
-