| Package | Description |
|---|---|
| com.amazonaws.services.certificatemanager.model |
| Modifier and Type | Method and Description |
|---|---|
CertificateOptions |
CertificateOptions.clone() |
CertificateOptions |
UpdateCertificateOptionsRequest.getOptions()
Use to update the options for your certificate.
|
CertificateOptions |
RequestCertificateRequest.getOptions()
Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency
log.
|
CertificateOptions |
CertificateDetail.getOptions()
Value that specifies whether to add the certificate to a transparency log.
|
CertificateOptions |
CertificateOptions.withCertificateTransparencyLoggingPreference(CertificateTransparencyLoggingPreference certificateTransparencyLoggingPreference)
You can opt out of certificate transparency logging by specifying the
DISABLED option. |
CertificateOptions |
CertificateOptions.withCertificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference)
You can opt out of certificate transparency logging by specifying the
DISABLED option. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCertificateOptionsRequest.setOptions(CertificateOptions options)
Use to update the options for your certificate.
|
void |
RequestCertificateRequest.setOptions(CertificateOptions options)
Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency
log.
|
void |
CertificateDetail.setOptions(CertificateOptions options)
Value that specifies whether to add the certificate to a transparency log.
|
UpdateCertificateOptionsRequest |
UpdateCertificateOptionsRequest.withOptions(CertificateOptions options)
Use to update the options for your certificate.
|
RequestCertificateRequest |
RequestCertificateRequest.withOptions(CertificateOptions options)
Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency
log.
|
CertificateDetail |
CertificateDetail.withOptions(CertificateOptions options)
Value that specifies whether to add the certificate to a transparency log.
|
Copyright © 2024. All rights reserved.