Package | Description |
---|---|
com.amazonaws.services.route53domains | |
com.amazonaws.services.route53domains.model |
Modifier and Type | Method and Description |
---|---|
GetDomainDetailResult |
AmazonRoute53Domains.getDomainDetail(GetDomainDetailRequest getDomainDetailRequest)
This operation returns detailed information about the domain.
|
GetDomainDetailResult |
AbstractAmazonRoute53Domains.getDomainDetail(GetDomainDetailRequest request) |
GetDomainDetailResult |
AmazonRoute53DomainsClient.getDomainDetail(GetDomainDetailRequest getDomainDetailRequest)
This operation returns detailed information about the domain.
|
Modifier and Type | Method and Description |
---|---|
Future<GetDomainDetailResult> |
AmazonRoute53DomainsAsyncClient.getDomainDetailAsync(GetDomainDetailRequest request,
AsyncHandler<GetDomainDetailRequest,GetDomainDetailResult> asyncHandler) |
Future<GetDomainDetailResult> |
AmazonRoute53DomainsAsync.getDomainDetailAsync(GetDomainDetailRequest getDomainDetailRequest,
AsyncHandler<GetDomainDetailRequest,GetDomainDetailResult> asyncHandler)
This operation returns detailed information about the domain.
|
Future<GetDomainDetailResult> |
AbstractAmazonRoute53DomainsAsync.getDomainDetailAsync(GetDomainDetailRequest request,
AsyncHandler<GetDomainDetailRequest,GetDomainDetailResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetDomainDetailResult |
GetDomainDetailResult.clone() |
GetDomainDetailResult |
GetDomainDetailResult.withAbuseContactEmail(String abuseContactEmail)
Email address to contact to report incorrect contact information for a
domain, to report that the domain is being used to send spam, to report
that someone is cybersquatting on a domain name, or report some other
type of abuse.
|
GetDomainDetailResult |
GetDomainDetailResult.withAbuseContactPhone(String abuseContactPhone)
Phone number for reporting abuse.
|
GetDomainDetailResult |
GetDomainDetailResult.withAdminContact(ContactDetail adminContact)
Provides details about the domain administrative contact.
|
GetDomainDetailResult |
GetDomainDetailResult.withAdminPrivacy(Boolean adminPrivacy)
Specifies whether contact information for the admin contact is concealed
from WHOIS queries.
|
GetDomainDetailResult |
GetDomainDetailResult.withAutoRenew(Boolean autoRenew)
Specifies whether the domain registration is set to renew automatically.
|
GetDomainDetailResult |
GetDomainDetailResult.withCreationDate(Date creationDate)
The date when the domain was created as found in the response to a WHOIS
query.
|
GetDomainDetailResult |
GetDomainDetailResult.withDnsSec(String dnsSec)
Reserved for future use.
|
GetDomainDetailResult |
GetDomainDetailResult.withDomainName(String domainName)
The name of a domain.
|
GetDomainDetailResult |
GetDomainDetailResult.withExpirationDate(Date expirationDate)
The date when the registration for the domain is set to expire.
|
GetDomainDetailResult |
GetDomainDetailResult.withNameservers(Collection<Nameserver> nameservers)
The name of the domain.
|
GetDomainDetailResult |
GetDomainDetailResult.withNameservers(Nameserver... nameservers)
The name of the domain.
|
GetDomainDetailResult |
GetDomainDetailResult.withRegistrantContact(ContactDetail registrantContact)
Provides details about the domain registrant.
|
GetDomainDetailResult |
GetDomainDetailResult.withRegistrantPrivacy(Boolean registrantPrivacy)
Specifies whether contact information for the registrant contact is
concealed from WHOIS queries.
|
GetDomainDetailResult |
GetDomainDetailResult.withRegistrarName(String registrarName)
Name of the registrar of the domain as identified in the registry.
|
GetDomainDetailResult |
GetDomainDetailResult.withRegistrarUrl(String registrarUrl)
Web address of the registrar.
|
GetDomainDetailResult |
GetDomainDetailResult.withRegistryDomainId(String registryDomainId)
Reserved for future use.
|
GetDomainDetailResult |
GetDomainDetailResult.withReseller(String reseller)
Reseller of the domain.
|
GetDomainDetailResult |
GetDomainDetailResult.withStatusList(Collection<String> statusList)
An array of domain name status codes, also known as Extensible
Provisioning Protocol (EPP) status codes.
|
GetDomainDetailResult |
GetDomainDetailResult.withStatusList(String... statusList)
An array of domain name status codes, also known as Extensible
Provisioning Protocol (EPP) status codes.
|
GetDomainDetailResult |
GetDomainDetailResult.withTechContact(ContactDetail techContact)
Provides details about the domain technical contact.
|
GetDomainDetailResult |
GetDomainDetailResult.withTechPrivacy(Boolean techPrivacy)
Specifies whether contact information for the tech contact is concealed
from WHOIS queries.
|
GetDomainDetailResult |
GetDomainDetailResult.withUpdatedDate(Date updatedDate)
The last updated date of the domain as found in the response to a WHOIS
query.
|
GetDomainDetailResult |
GetDomainDetailResult.withWhoIsServer(String whoIsServer)
The fully qualified name of the WHOIS server that can answer the WHOIS
query for the domain.
|
Copyright © 2018. All rights reserved.