Uses of Class
com.amazonaws.services.route53.model.DeleteHostedZoneResult
-
Packages that use DeleteHostedZoneResult Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of DeleteHostedZoneResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return DeleteHostedZoneResult Modifier and Type Method Description DeleteHostedZoneResultAbstractAmazonRoute53. deleteHostedZone(DeleteHostedZoneRequest request)DeleteHostedZoneResultAmazonRoute53. deleteHostedZone(DeleteHostedZoneRequest deleteHostedZoneRequest)This action deletes a hosted zone.DeleteHostedZoneResultAmazonRoute53Client. deleteHostedZone(DeleteHostedZoneRequest deleteHostedZoneRequest)This action deletes a hosted zone.Method parameters in com.amazonaws.services.route53 with type arguments of type DeleteHostedZoneResult Modifier and Type Method Description Future<DeleteHostedZoneResult>AbstractAmazonRoute53Async. deleteHostedZoneAsync(DeleteHostedZoneRequest request, AsyncHandler<DeleteHostedZoneRequest,DeleteHostedZoneResult> asyncHandler)Future<DeleteHostedZoneResult>AmazonRoute53Async. deleteHostedZoneAsync(DeleteHostedZoneRequest deleteHostedZoneRequest, AsyncHandler<DeleteHostedZoneRequest,DeleteHostedZoneResult> asyncHandler)This action deletes a hosted zone.Future<DeleteHostedZoneResult>AmazonRoute53AsyncClient. deleteHostedZoneAsync(DeleteHostedZoneRequest request, AsyncHandler<DeleteHostedZoneRequest,DeleteHostedZoneResult> asyncHandler) -
Uses of DeleteHostedZoneResult in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return DeleteHostedZoneResult Modifier and Type Method Description DeleteHostedZoneResultDeleteHostedZoneResult. clone()DeleteHostedZoneResultDeleteHostedZoneResult. withChangeInfo(ChangeInfo changeInfo)A complex type that contains the ID, the status, and the date and time of your delete request.
-