Uses of Class
com.amazonaws.services.route53.model.DeleteHostedZoneRequest
-
Packages that use DeleteHostedZoneRequest Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of DeleteHostedZoneRequest in com.amazonaws.services.route53
Method parameters in com.amazonaws.services.route53 with type arguments of type DeleteHostedZoneRequest 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 DeleteHostedZoneRequest in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return DeleteHostedZoneRequest Modifier and Type Method Description DeleteHostedZoneRequestDeleteHostedZoneRequest. clone()DeleteHostedZoneRequestDeleteHostedZoneRequest. withId(String id)The ID of the hosted zone you want to delete.
-