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 GetHostedZoneResult
AbstractAmazonRoute53. getHostedZone(GetHostedZoneRequest request)
GetHostedZoneResult
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.GetHostedZoneResult
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 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 aGET
request to the/Route 53 API version/hostedzone/hosted zone ID
resource.Future<GetHostedZoneResult>
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.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 aGET
request to the/Route 53 API version/hostedzone/hosted zone ID
resource.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 GetHostedZoneResult
GetHostedZoneResult. clone()
GetHostedZoneResult
GetHostedZoneResult. withDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the name servers for the specified hosted zone.GetHostedZoneResult
GetHostedZoneResult. withHostedZone(HostedZone hostedZone)
A complex type that contains the information about the specified hosted zone.GetHostedZoneResult
GetHostedZoneResult. withVPCs(VPC... vPCs)
A complex type that contains information about VPCs associated with the specified hosted zone.GetHostedZoneResult
GetHostedZoneResult. withVPCs(Collection<VPC> vPCs)
A complex type that contains information about VPCs associated with the specified hosted zone.
-