Uses of Class
software.amazon.awssdk.services.networkfirewall.model.RevocationCheckAction
-
Packages that use RevocationCheckAction Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of RevocationCheckAction in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return RevocationCheckAction Modifier and Type Method Description static RevocationCheckActionRevocationCheckAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RevocationCheckActionCheckCertificateRevocationStatusActions. 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.RevocationCheckActionCheckCertificateRevocationStatusActions. 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.static RevocationCheckActionRevocationCheckAction. 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.Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type RevocationCheckAction Modifier and Type Method Description static Set<RevocationCheckAction>RevocationCheckAction. knownValues()Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type RevocationCheckAction Modifier and Type Method Description CheckCertificateRevocationStatusActions.BuilderCheckCertificateRevocationStatusActions.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.BuilderCheckCertificateRevocationStatusActions.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.
-