Uses of Class
com.amazonaws.services.route53domains.model.RetrieveDomainAuthCodeResult
Packages that use RetrieveDomainAuthCodeResult
Package
Description
-
Uses of RetrieveDomainAuthCodeResult in com.amazonaws.services.route53domains
Methods in com.amazonaws.services.route53domains that return RetrieveDomainAuthCodeResultModifier and TypeMethodDescriptionAbstractAmazonRoute53Domains.retrieveDomainAuthCode
(RetrieveDomainAuthCodeRequest request) AmazonRoute53Domains.retrieveDomainAuthCode
(RetrieveDomainAuthCodeRequest retrieveDomainAuthCodeRequest) This operation returns the AuthCode for the domain.AmazonRoute53DomainsClient.retrieveDomainAuthCode
(RetrieveDomainAuthCodeRequest retrieveDomainAuthCodeRequest) This operation returns the AuthCode for the domain.Methods in com.amazonaws.services.route53domains that return types with arguments of type RetrieveDomainAuthCodeResultModifier and TypeMethodDescriptionAbstractAmazonRoute53DomainsAsync.retrieveDomainAuthCodeAsync
(RetrieveDomainAuthCodeRequest request) AbstractAmazonRoute53DomainsAsync.retrieveDomainAuthCodeAsync
(RetrieveDomainAuthCodeRequest request, AsyncHandler<RetrieveDomainAuthCodeRequest, RetrieveDomainAuthCodeResult> asyncHandler) AmazonRoute53DomainsAsync.retrieveDomainAuthCodeAsync
(RetrieveDomainAuthCodeRequest retrieveDomainAuthCodeRequest) This operation returns the AuthCode for the domain.AmazonRoute53DomainsAsync.retrieveDomainAuthCodeAsync
(RetrieveDomainAuthCodeRequest retrieveDomainAuthCodeRequest, AsyncHandler<RetrieveDomainAuthCodeRequest, RetrieveDomainAuthCodeResult> asyncHandler) This operation returns the AuthCode for the domain.AmazonRoute53DomainsAsyncClient.retrieveDomainAuthCodeAsync
(RetrieveDomainAuthCodeRequest request) AmazonRoute53DomainsAsyncClient.retrieveDomainAuthCodeAsync
(RetrieveDomainAuthCodeRequest request, AsyncHandler<RetrieveDomainAuthCodeRequest, RetrieveDomainAuthCodeResult> asyncHandler) Method parameters in com.amazonaws.services.route53domains with type arguments of type RetrieveDomainAuthCodeResultModifier and TypeMethodDescriptionAbstractAmazonRoute53DomainsAsync.retrieveDomainAuthCodeAsync
(RetrieveDomainAuthCodeRequest request, AsyncHandler<RetrieveDomainAuthCodeRequest, RetrieveDomainAuthCodeResult> asyncHandler) AmazonRoute53DomainsAsync.retrieveDomainAuthCodeAsync
(RetrieveDomainAuthCodeRequest retrieveDomainAuthCodeRequest, AsyncHandler<RetrieveDomainAuthCodeRequest, RetrieveDomainAuthCodeResult> asyncHandler) This operation returns the AuthCode for the domain.AmazonRoute53DomainsAsyncClient.retrieveDomainAuthCodeAsync
(RetrieveDomainAuthCodeRequest request, AsyncHandler<RetrieveDomainAuthCodeRequest, RetrieveDomainAuthCodeResult> asyncHandler) -
Uses of RetrieveDomainAuthCodeResult in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return RetrieveDomainAuthCodeResultModifier and TypeMethodDescriptionRetrieveDomainAuthCodeResult.clone()
RetrieveDomainAuthCodeResult.withAuthCode
(String authCode) The authorization code for the domain.