Uses of Class
com.amazonaws.services.route53.model.GetHostedZoneCountResult
-
Packages that use GetHostedZoneCountResult Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of GetHostedZoneCountResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return GetHostedZoneCountResult Modifier and Type Method Description GetHostedZoneCountResultAbstractAmazonRoute53. getHostedZoneCount()GetHostedZoneCountResultAbstractAmazonRoute53. getHostedZoneCount(GetHostedZoneCountRequest request)GetHostedZoneCountResultAmazonRoute53. getHostedZoneCount()Simplified method form for invoking the GetHostedZoneCount operation.GetHostedZoneCountResultAmazonRoute53. getHostedZoneCount(GetHostedZoneCountRequest getHostedZoneCountRequest)To retrieve a count of all your hosted zones, send aGETrequest to the/Route 53 API version/hostedzonecountresource.GetHostedZoneCountResultAmazonRoute53Client. getHostedZoneCount()GetHostedZoneCountResultAmazonRoute53Client. getHostedZoneCount(GetHostedZoneCountRequest getHostedZoneCountRequest)To retrieve a count of all your hosted zones, send aGETrequest to the/Route 53 API version/hostedzonecountresource.Methods in com.amazonaws.services.route53 that return types with arguments of type GetHostedZoneCountResult Modifier and Type Method Description Future<GetHostedZoneCountResult>AbstractAmazonRoute53Async. getHostedZoneCountAsync()Simplified method form for invoking the GetHostedZoneCount operation.Future<GetHostedZoneCountResult>AbstractAmazonRoute53Async. getHostedZoneCountAsync(AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)Simplified method form for invoking the GetHostedZoneCount operation with an AsyncHandler.Future<GetHostedZoneCountResult>AbstractAmazonRoute53Async. getHostedZoneCountAsync(GetHostedZoneCountRequest request)Future<GetHostedZoneCountResult>AbstractAmazonRoute53Async. getHostedZoneCountAsync(GetHostedZoneCountRequest request, AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)Future<GetHostedZoneCountResult>AmazonRoute53Async. getHostedZoneCountAsync()Simplified method form for invoking the GetHostedZoneCount operation.Future<GetHostedZoneCountResult>AmazonRoute53Async. getHostedZoneCountAsync(AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)Simplified method form for invoking the GetHostedZoneCount operation with an AsyncHandler.Future<GetHostedZoneCountResult>AmazonRoute53Async. getHostedZoneCountAsync(GetHostedZoneCountRequest getHostedZoneCountRequest)To retrieve a count of all your hosted zones, send aGETrequest to the/Route 53 API version/hostedzonecountresource.Future<GetHostedZoneCountResult>AmazonRoute53Async. getHostedZoneCountAsync(GetHostedZoneCountRequest getHostedZoneCountRequest, AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)To retrieve a count of all your hosted zones, send aGETrequest to the/Route 53 API version/hostedzonecountresource.Future<GetHostedZoneCountResult>AmazonRoute53AsyncClient. getHostedZoneCountAsync()Simplified method form for invoking the GetHostedZoneCount operation.Future<GetHostedZoneCountResult>AmazonRoute53AsyncClient. getHostedZoneCountAsync(AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)Simplified method form for invoking the GetHostedZoneCount operation with an AsyncHandler.Future<GetHostedZoneCountResult>AmazonRoute53AsyncClient. getHostedZoneCountAsync(GetHostedZoneCountRequest request)Future<GetHostedZoneCountResult>AmazonRoute53AsyncClient. getHostedZoneCountAsync(GetHostedZoneCountRequest request, AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)Method parameters in com.amazonaws.services.route53 with type arguments of type GetHostedZoneCountResult Modifier and Type Method Description Future<GetHostedZoneCountResult>AbstractAmazonRoute53Async. getHostedZoneCountAsync(AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)Simplified method form for invoking the GetHostedZoneCount operation with an AsyncHandler.Future<GetHostedZoneCountResult>AbstractAmazonRoute53Async. getHostedZoneCountAsync(GetHostedZoneCountRequest request, AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)Future<GetHostedZoneCountResult>AmazonRoute53Async. getHostedZoneCountAsync(AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)Simplified method form for invoking the GetHostedZoneCount operation with an AsyncHandler.Future<GetHostedZoneCountResult>AmazonRoute53Async. getHostedZoneCountAsync(GetHostedZoneCountRequest getHostedZoneCountRequest, AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)To retrieve a count of all your hosted zones, send aGETrequest to the/Route 53 API version/hostedzonecountresource.Future<GetHostedZoneCountResult>AmazonRoute53AsyncClient. getHostedZoneCountAsync(AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)Simplified method form for invoking the GetHostedZoneCount operation with an AsyncHandler.Future<GetHostedZoneCountResult>AmazonRoute53AsyncClient. getHostedZoneCountAsync(GetHostedZoneCountRequest request, AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler) -
Uses of GetHostedZoneCountResult in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return GetHostedZoneCountResult Modifier and Type Method Description GetHostedZoneCountResultGetHostedZoneCountResult. clone()GetHostedZoneCountResultGetHostedZoneCountResult. withHostedZoneCount(Long hostedZoneCount)The number of hosted zones associated with the current AWS account.
-