Uses of Class
com.amazonaws.services.route53.model.GetHostedZoneResult
-
Packages that use GetHostedZoneResult Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of GetHostedZoneResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return GetHostedZoneResult Modifier and Type Method Description GetHostedZoneResultAbstractAmazonRoute53. getHostedZone(GetHostedZoneRequest request)GetHostedZoneResultAmazonRoute53. getHostedZone(GetHostedZoneRequest getHostedZoneRequest)To retrieve the delegation set for a hosted zone, send aGETrequest to the/Route 53 API version/hostedzone/hosted zone IDresource.GetHostedZoneResultAmazonRoute53Client. getHostedZone(GetHostedZoneRequest getHostedZoneRequest)To retrieve the delegation set for a hosted zone, send aGETrequest to the/Route 53 API version/hostedzone/hosted zone IDresource.Methods in com.amazonaws.services.route53 that return types with arguments of type GetHostedZoneResult Modifier and Type Method Description Future<GetHostedZoneResult>AbstractAmazonRoute53Async. getHostedZoneAsync(GetHostedZoneRequest request)Future<GetHostedZoneResult>AbstractAmazonRoute53Async. getHostedZoneAsync(GetHostedZoneRequest request, AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler)Future<GetHostedZoneResult>AmazonRoute53Async. getHostedZoneAsync(GetHostedZoneRequest getHostedZoneRequest)To retrieve the delegation set for a hosted zone, send aGETrequest to the/Route 53 API version/hostedzone/hosted zone IDresource.Future<GetHostedZoneResult>AmazonRoute53Async. getHostedZoneAsync(GetHostedZoneRequest getHostedZoneRequest, AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler)To retrieve the delegation set for a hosted zone, send aGETrequest to the/Route 53 API version/hostedzone/hosted zone IDresource.Future<GetHostedZoneResult>AmazonRoute53AsyncClient. getHostedZoneAsync(GetHostedZoneRequest request)Future<GetHostedZoneResult>AmazonRoute53AsyncClient. getHostedZoneAsync(GetHostedZoneRequest request, AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler)Method parameters in com.amazonaws.services.route53 with type arguments of type GetHostedZoneResult Modifier and Type Method Description Future<GetHostedZoneResult>AbstractAmazonRoute53Async. getHostedZoneAsync(GetHostedZoneRequest request, AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler)Future<GetHostedZoneResult>AmazonRoute53Async. getHostedZoneAsync(GetHostedZoneRequest getHostedZoneRequest, AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler)To retrieve the delegation set for a hosted zone, send aGETrequest to the/Route 53 API version/hostedzone/hosted zone IDresource.Future<GetHostedZoneResult>AmazonRoute53AsyncClient. getHostedZoneAsync(GetHostedZoneRequest request, AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler) -
Uses of GetHostedZoneResult in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return GetHostedZoneResult Modifier and Type Method Description GetHostedZoneResultGetHostedZoneResult. clone()GetHostedZoneResultGetHostedZoneResult. withDelegationSet(DelegationSet delegationSet)A complex type that contains information about the name servers for the specified hosted zone.GetHostedZoneResultGetHostedZoneResult. withHostedZone(HostedZone hostedZone)A complex type that contains the information about the specified hosted zone.GetHostedZoneResultGetHostedZoneResult. withVPCs(VPC... vPCs)A complex type that contains information about VPCs associated with the specified hosted zone.GetHostedZoneResultGetHostedZoneResult. withVPCs(Collection<VPC> vPCs)A complex type that contains information about VPCs associated with the specified hosted zone.
-