Uses of Class
software.amazon.awssdk.services.acm.model.CertificateOptions
-
Packages that use CertificateOptions Package Description software.amazon.awssdk.services.acm.model -
-
Uses of CertificateOptions in software.amazon.awssdk.services.acm.model
Methods in software.amazon.awssdk.services.acm.model that return CertificateOptions Modifier and Type Method Description CertificateOptionsCertificateDetail. options()Value that specifies whether to add the certificate to a transparency log.CertificateOptionsRequestCertificateRequest. options()Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log.CertificateOptionsUpdateCertificateOptionsRequest. options()Use to update the options for your certificate.Methods in software.amazon.awssdk.services.acm.model with parameters of type CertificateOptions Modifier and Type Method Description CertificateDetail.BuilderCertificateDetail.Builder. options(CertificateOptions options)Value that specifies whether to add the certificate to a transparency log.RequestCertificateRequest.BuilderRequestCertificateRequest.Builder. options(CertificateOptions options)Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log.UpdateCertificateOptionsRequest.BuilderUpdateCertificateOptionsRequest.Builder. options(CertificateOptions options)Use to update the options for your certificate.
-