Uses of Class
software.amazon.awssdk.services.acm.model.CertificateTransparencyLoggingPreference
-
Packages that use CertificateTransparencyLoggingPreference Package Description software.amazon.awssdk.services.acm.model -
-
Uses of CertificateTransparencyLoggingPreference in software.amazon.awssdk.services.acm.model
Methods in software.amazon.awssdk.services.acm.model that return CertificateTransparencyLoggingPreference Modifier and Type Method Description CertificateTransparencyLoggingPreferenceCertificateOptions. certificateTransparencyLoggingPreference()You can opt out of certificate transparency logging by specifying theDISABLEDoption.static CertificateTransparencyLoggingPreferenceCertificateTransparencyLoggingPreference. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CertificateTransparencyLoggingPreferenceCertificateTransparencyLoggingPreference. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateTransparencyLoggingPreference[]CertificateTransparencyLoggingPreference. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.acm.model that return types with arguments of type CertificateTransparencyLoggingPreference Modifier and Type Method Description static Set<CertificateTransparencyLoggingPreference>CertificateTransparencyLoggingPreference. knownValues()Methods in software.amazon.awssdk.services.acm.model with parameters of type CertificateTransparencyLoggingPreference Modifier and Type Method Description CertificateOptions.BuilderCertificateOptions.Builder. certificateTransparencyLoggingPreference(CertificateTransparencyLoggingPreference certificateTransparencyLoggingPreference)You can opt out of certificate transparency logging by specifying theDISABLEDoption.
-