Uses of Class
com.amazonaws.services.route53.model.GetHostedZoneResult
Packages that use GetHostedZoneResult
-
Uses of GetHostedZoneResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return GetHostedZoneResultModifier and TypeMethodDescriptionAbstractAmazonRoute53.getHostedZone
(GetHostedZoneRequest request) AmazonRoute53.getHostedZone
(GetHostedZoneRequest getHostedZoneRequest) To retrieve the delegation set for a hosted zone, send aGET
request to the/Route 53 API version/hostedzone/hosted zone ID
resource.AmazonRoute53Client.getHostedZone
(GetHostedZoneRequest getHostedZoneRequest) To retrieve the delegation set for a hosted zone, send aGET
request to the/Route 53 API version/hostedzone/hosted zone ID
resource.Methods in com.amazonaws.services.route53 that return types with arguments of type GetHostedZoneResultModifier and TypeMethodDescriptionAbstractAmazonRoute53Async.getHostedZoneAsync
(GetHostedZoneRequest request) AbstractAmazonRoute53Async.getHostedZoneAsync
(GetHostedZoneRequest request, AsyncHandler<GetHostedZoneRequest, GetHostedZoneResult> asyncHandler) AmazonRoute53Async.getHostedZoneAsync
(GetHostedZoneRequest getHostedZoneRequest) To retrieve the delegation set for a hosted zone, send aGET
request to the/Route 53 API version/hostedzone/hosted zone ID
resource.AmazonRoute53Async.getHostedZoneAsync
(GetHostedZoneRequest getHostedZoneRequest, AsyncHandler<GetHostedZoneRequest, GetHostedZoneResult> asyncHandler) To retrieve the delegation set for a hosted zone, send aGET
request to the/Route 53 API version/hostedzone/hosted zone ID
resource.AmazonRoute53AsyncClient.getHostedZoneAsync
(GetHostedZoneRequest request) AmazonRoute53AsyncClient.getHostedZoneAsync
(GetHostedZoneRequest request, AsyncHandler<GetHostedZoneRequest, GetHostedZoneResult> asyncHandler) Method parameters in com.amazonaws.services.route53 with type arguments of type GetHostedZoneResultModifier and TypeMethodDescriptionAbstractAmazonRoute53Async.getHostedZoneAsync
(GetHostedZoneRequest request, AsyncHandler<GetHostedZoneRequest, GetHostedZoneResult> asyncHandler) AmazonRoute53Async.getHostedZoneAsync
(GetHostedZoneRequest getHostedZoneRequest, AsyncHandler<GetHostedZoneRequest, GetHostedZoneResult> asyncHandler) To retrieve the delegation set for a hosted zone, send aGET
request to the/Route 53 API version/hostedzone/hosted zone ID
resource.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 GetHostedZoneResultModifier and TypeMethodDescriptionGetHostedZoneResult.clone()
GetHostedZoneResult.withDelegationSet
(DelegationSet delegationSet) A complex type that contains information about the name servers for the specified hosted zone.GetHostedZoneResult.withHostedZone
(HostedZone hostedZone) A complex type that contains the information about the specified hosted zone.A complex type that contains information about VPCs associated with the specified hosted zone.GetHostedZoneResult.withVPCs
(Collection<VPC> vPCs) A complex type that contains information about VPCs associated with the specified hosted zone.