| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
static RevocationCheckAction |
RevocationCheckAction.fromValue(String value)
Use this in place of valueOf.
|
static RevocationCheckAction |
RevocationCheckAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevocationCheckAction[] |
RevocationCheckAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CheckCertificateRevocationStatusActions |
CheckCertificateRevocationStatusActions.withRevokedStatusAction(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 |
CheckCertificateRevocationStatusActions.withUnknownStatusAction(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.
|
Copyright © 2025. All rights reserved.