Uses of Class
com.amazonaws.services.route53domains.model.GetDomainDetailResult
Packages that use GetDomainDetailResult
Package
Description
-
Uses of GetDomainDetailResult in com.amazonaws.services.route53domains
Methods in com.amazonaws.services.route53domains that return GetDomainDetailResultModifier and TypeMethodDescriptionAbstractAmazonRoute53Domains.getDomainDetail
(GetDomainDetailRequest request) AmazonRoute53Domains.getDomainDetail
(GetDomainDetailRequest getDomainDetailRequest) This operation returns detailed information about the domain.AmazonRoute53DomainsClient.getDomainDetail
(GetDomainDetailRequest getDomainDetailRequest) This operation returns detailed information about the domain.Methods in com.amazonaws.services.route53domains that return types with arguments of type GetDomainDetailResultModifier and TypeMethodDescriptionAbstractAmazonRoute53DomainsAsync.getDomainDetailAsync
(GetDomainDetailRequest request) AbstractAmazonRoute53DomainsAsync.getDomainDetailAsync
(GetDomainDetailRequest request, AsyncHandler<GetDomainDetailRequest, GetDomainDetailResult> asyncHandler) AmazonRoute53DomainsAsync.getDomainDetailAsync
(GetDomainDetailRequest getDomainDetailRequest) This operation returns detailed information about the domain.AmazonRoute53DomainsAsync.getDomainDetailAsync
(GetDomainDetailRequest getDomainDetailRequest, AsyncHandler<GetDomainDetailRequest, GetDomainDetailResult> asyncHandler) This operation returns detailed information about the domain.AmazonRoute53DomainsAsyncClient.getDomainDetailAsync
(GetDomainDetailRequest request) AmazonRoute53DomainsAsyncClient.getDomainDetailAsync
(GetDomainDetailRequest request, AsyncHandler<GetDomainDetailRequest, GetDomainDetailResult> asyncHandler) Method parameters in com.amazonaws.services.route53domains with type arguments of type GetDomainDetailResultModifier and TypeMethodDescriptionAbstractAmazonRoute53DomainsAsync.getDomainDetailAsync
(GetDomainDetailRequest request, AsyncHandler<GetDomainDetailRequest, GetDomainDetailResult> asyncHandler) AmazonRoute53DomainsAsync.getDomainDetailAsync
(GetDomainDetailRequest getDomainDetailRequest, AsyncHandler<GetDomainDetailRequest, GetDomainDetailResult> asyncHandler) This operation returns detailed information about the domain.AmazonRoute53DomainsAsyncClient.getDomainDetailAsync
(GetDomainDetailRequest request, AsyncHandler<GetDomainDetailRequest, GetDomainDetailResult> asyncHandler) -
Uses of GetDomainDetailResult in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return GetDomainDetailResultModifier and TypeMethodDescriptionGetDomainDetailResult.clone()
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.withAbuseContactPhone
(String abuseContactPhone) Phone number for reporting abuse.GetDomainDetailResult.withAdminContact
(ContactDetail adminContact) Provides details about the domain administrative contact.GetDomainDetailResult.withAdminPrivacy
(Boolean adminPrivacy) Specifies whether contact information for the admin contact is concealed from WHOIS queries.GetDomainDetailResult.withAutoRenew
(Boolean autoRenew) Specifies whether the domain registration is set to renew automatically.GetDomainDetailResult.withCreationDate
(Date creationDate) The date when the domain was created as found in the response to a WHOIS query.GetDomainDetailResult.withDnsSec
(String dnsSec) Reserved for future use.GetDomainDetailResult.withDomainName
(String domainName) The name of a domain.GetDomainDetailResult.withExpirationDate
(Date expirationDate) The date when the registration for the domain is set to expire.GetDomainDetailResult.withNameservers
(Nameserver... nameservers) The name of the domain.GetDomainDetailResult.withNameservers
(Collection<Nameserver> nameservers) The name of the domain.GetDomainDetailResult.withRegistrantContact
(ContactDetail registrantContact) Provides details about the domain registrant.GetDomainDetailResult.withRegistrantPrivacy
(Boolean registrantPrivacy) Specifies whether contact information for the registrant contact is concealed from WHOIS queries.GetDomainDetailResult.withRegistrarName
(String registrarName) Name of the registrar of the domain as identified in the registry.GetDomainDetailResult.withRegistrarUrl
(String registrarUrl) Web address of the registrar.GetDomainDetailResult.withRegistryDomainId
(String registryDomainId) Reserved for future use.GetDomainDetailResult.withReseller
(String reseller) Reseller of the domain.GetDomainDetailResult.withStatusList
(String... statusList) An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.GetDomainDetailResult.withStatusList
(Collection<String> statusList) An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.GetDomainDetailResult.withTechContact
(ContactDetail techContact) Provides details about the domain technical contact.GetDomainDetailResult.withTechPrivacy
(Boolean techPrivacy) Specifies whether contact information for the tech contact is concealed from WHOIS queries.GetDomainDetailResult.withUpdatedDate
(Date updatedDate) The last updated date of the domain as found in the response to a WHOIS query.GetDomainDetailResult.withWhoIsServer
(String whoIsServer) The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.