Package | Description |
---|---|
com.amazonaws.services.certificatemanager.model | |
com.amazonaws.services.certificatemanager.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DomainValidationOption> |
RequestCertificateRequest.domainValidationOptions
The base validation domain that will act as the suffix of the email
addresses that are used to send the emails.
|
Modifier and Type | Method and Description |
---|---|
DomainValidationOption |
DomainValidationOption.clone() |
DomainValidationOption |
DomainValidationOption.withDomainName(java.lang.String domainName)
Fully Qualified Domain Name (FQDN) of the certificate being requested.
|
DomainValidationOption |
DomainValidationOption.withValidationDomain(java.lang.String validationDomain)
The domain to which validation email is sent.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DomainValidationOption> |
RequestCertificateRequest.getDomainValidationOptions()
The base validation domain that will act as the suffix of the email
addresses that are used to send the emails.
|
Modifier and Type | Method and Description |
---|---|
RequestCertificateRequest |
RequestCertificateRequest.withDomainValidationOptions(DomainValidationOption... domainValidationOptions)
The base validation domain that will act as the suffix of the email
addresses that are used to send the emails.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestCertificateRequest.setDomainValidationOptions(java.util.Collection<DomainValidationOption> domainValidationOptions)
The base validation domain that will act as the suffix of the email
addresses that are used to send the emails.
|
RequestCertificateRequest |
RequestCertificateRequest.withDomainValidationOptions(java.util.Collection<DomainValidationOption> domainValidationOptions)
The base validation domain that will act as the suffix of the email
addresses that are used to send the emails.
|
Modifier and Type | Method and Description |
---|---|
DomainValidationOption |
DomainValidationOptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DomainValidationOptionJsonMarshaller.marshall(DomainValidationOption domainValidationOption,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|