static CheckCertificateRevocationStatusActions.Builder |
CheckCertificateRevocationStatusActions.builder() |
|
CheckCertificateRevocationStatusActions.Builder |
CheckCertificateRevocationStatusActions.Builder.revokedStatusAction(String revokedStatusAction) |
Configures how Network Firewall processes traffic when it determines that the certificate presented by the
server in the SSL/TLS connection has a revoked status.
|
CheckCertificateRevocationStatusActions.Builder |
CheckCertificateRevocationStatusActions.Builder.revokedStatusAction(RevocationCheckAction revokedStatusAction) |
Configures how Network Firewall processes traffic when it determines that the certificate presented by the
server in the SSL/TLS connection has a revoked status.
|
CheckCertificateRevocationStatusActions.Builder |
CheckCertificateRevocationStatusActions.toBuilder() |
|
CheckCertificateRevocationStatusActions.Builder |
CheckCertificateRevocationStatusActions.Builder.unknownStatusAction(String unknownStatusAction) |
Configures how Network Firewall processes traffic when it determines that the certificate presented by the
server in the SSL/TLS connection has an unknown status, or a status that cannot be determined for any other
reason, including when the service is unable to connect to the OCSP and CRL endpoints for the certificate.
|
CheckCertificateRevocationStatusActions.Builder |
CheckCertificateRevocationStatusActions.Builder.unknownStatusAction(RevocationCheckAction unknownStatusAction) |
Configures how Network Firewall processes traffic when it determines that the certificate presented by the
server in the SSL/TLS connection has an unknown status, or a status that cannot be determined for any other
reason, including when the service is unable to connect to the OCSP and CRL endpoints for the certificate.
|