Package | Description |
---|---|
com.tencentcloudapi.ses.v20201002.models |
Modifier and Type | Method and Description |
---|---|
DNSAttributes[] |
GetEmailIdentityResponse.getAttributes()
Get DNS configuration details.
|
DNSAttributes[] |
CreateEmailIdentityResponse.getAttributes()
Get DNS information that needs to be configured.
|
DNSAttributes[] |
UpdateEmailIdentityResponse.getAttributes()
Get DNS information that needs to be configured.
|
Modifier and Type | Method and Description |
---|---|
void |
GetEmailIdentityResponse.setAttributes(DNSAttributes[] Attributes)
Set DNS configuration details.
|
void |
CreateEmailIdentityResponse.setAttributes(DNSAttributes[] Attributes)
Set DNS information that needs to be configured.
|
void |
UpdateEmailIdentityResponse.setAttributes(DNSAttributes[] Attributes)
Set DNS information that needs to be configured.
|
Constructor and Description |
---|
DNSAttributes(DNSAttributes source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.