Package | Description |
---|---|
com.amazonaws.services.route53domains | |
com.amazonaws.services.route53domains.model | |
com.amazonaws.services.route53domains.model.transform |
Modifier and Type | Method and Description |
---|---|
GetDomainDetailResult |
AmazonRoute53DomainsClient.getDomainDetail(GetDomainDetailRequest getDomainDetailRequest)
This operation returns detailed information about the domain.
|
GetDomainDetailResult |
AmazonRoute53Domains.getDomainDetail(GetDomainDetailRequest getDomainDetailRequest)
This operation returns detailed information about the domain.
|
GetDomainDetailResult |
AbstractAmazonRoute53Domains.getDomainDetail(GetDomainDetailRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetDomainDetailResult> |
AmazonRoute53DomainsAsyncClient.getDomainDetailAsync(GetDomainDetailRequest request) |
java.util.concurrent.Future<GetDomainDetailResult> |
AmazonRoute53DomainsAsync.getDomainDetailAsync(GetDomainDetailRequest getDomainDetailRequest)
This operation returns detailed information about the domain.
|
java.util.concurrent.Future<GetDomainDetailResult> |
AbstractAmazonRoute53DomainsAsync.getDomainDetailAsync(GetDomainDetailRequest request) |
java.util.concurrent.Future<GetDomainDetailResult> |
AmazonRoute53DomainsAsyncClient.getDomainDetailAsync(GetDomainDetailRequest request,
AsyncHandler<GetDomainDetailRequest,GetDomainDetailResult> asyncHandler) |
java.util.concurrent.Future<GetDomainDetailResult> |
AmazonRoute53DomainsAsync.getDomainDetailAsync(GetDomainDetailRequest getDomainDetailRequest,
AsyncHandler<GetDomainDetailRequest,GetDomainDetailResult> asyncHandler)
This operation returns detailed information about the domain.
|
java.util.concurrent.Future<GetDomainDetailResult> |
AbstractAmazonRoute53DomainsAsync.getDomainDetailAsync(GetDomainDetailRequest request,
AsyncHandler<GetDomainDetailRequest,GetDomainDetailResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetDomainDetailResult> |
AmazonRoute53DomainsAsyncClient.getDomainDetailAsync(GetDomainDetailRequest request,
AsyncHandler<GetDomainDetailRequest,GetDomainDetailResult> asyncHandler) |
java.util.concurrent.Future<GetDomainDetailResult> |
AmazonRoute53DomainsAsync.getDomainDetailAsync(GetDomainDetailRequest getDomainDetailRequest,
AsyncHandler<GetDomainDetailRequest,GetDomainDetailResult> asyncHandler)
This operation returns detailed information about the domain.
|
java.util.concurrent.Future<GetDomainDetailResult> |
AbstractAmazonRoute53DomainsAsync.getDomainDetailAsync(GetDomainDetailRequest request,
AsyncHandler<GetDomainDetailRequest,GetDomainDetailResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetDomainDetailResult |
GetDomainDetailResult.clone() |
GetDomainDetailResult |
GetDomainDetailResult.withAbuseContactEmail(java.lang.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(java.lang.String abuseContactPhone)
Phone number for reporting abuse.
|
GetDomainDetailResult |
GetDomainDetailResult.withAdminContact(ContactDetail adminContact)
Provides details about the domain administrative contact.
|
GetDomainDetailResult |
GetDomainDetailResult.withAdminPrivacy(java.lang.Boolean adminPrivacy)
Specifies whether contact information for the admin contact is concealed
from WHOIS queries.
|
GetDomainDetailResult |
GetDomainDetailResult.withAutoRenew(java.lang.Boolean autoRenew)
Specifies whether the domain registration is set to renew automatically.
|
GetDomainDetailResult |
GetDomainDetailResult.withCreationDate(java.util.Date creationDate)
The date when the domain was created as found in the response to a WHOIS
query.
|
GetDomainDetailResult |
GetDomainDetailResult.withDnsSec(java.lang.String dnsSec)
Reserved for future use.
|
GetDomainDetailResult |
GetDomainDetailResult.withDomainName(java.lang.String domainName)
The name of a domain.
|
GetDomainDetailResult |
GetDomainDetailResult.withExpirationDate(java.util.Date expirationDate)
The date when the registration for the domain is set to expire.
|
GetDomainDetailResult |
GetDomainDetailResult.withNameservers(java.util.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(java.lang.Boolean registrantPrivacy)
Specifies whether contact information for the registrant contact is
concealed from WHOIS queries.
|
GetDomainDetailResult |
GetDomainDetailResult.withRegistrarName(java.lang.String registrarName)
Name of the registrar of the domain as identified in the registry.
|
GetDomainDetailResult |
GetDomainDetailResult.withRegistrarUrl(java.lang.String registrarUrl)
Web address of the registrar.
|
GetDomainDetailResult |
GetDomainDetailResult.withRegistryDomainId(java.lang.String registryDomainId)
Reserved for future use.
|
GetDomainDetailResult |
GetDomainDetailResult.withReseller(java.lang.String reseller)
Reseller of the domain.
|
GetDomainDetailResult |
GetDomainDetailResult.withStatusList(java.util.Collection<java.lang.String> statusList)
An array of domain name status codes, also known as Extensible
Provisioning Protocol (EPP) status codes.
|
GetDomainDetailResult |
GetDomainDetailResult.withStatusList(java.lang.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(java.lang.Boolean techPrivacy)
Specifies whether contact information for the tech contact is concealed
from WHOIS queries.
|
GetDomainDetailResult |
GetDomainDetailResult.withUpdatedDate(java.util.Date updatedDate)
The last updated date of the domain as found in the response to a WHOIS
query.
|
GetDomainDetailResult |
GetDomainDetailResult.withWhoIsServer(java.lang.String whoIsServer)
The fully qualified name of the WHOIS server that can answer the WHOIS
query for the domain.
|
Modifier and Type | Method and Description |
---|---|
GetDomainDetailResult |
GetDomainDetailResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |