Uses of Class
com.amazonaws.services.route53.model.GetHostedZoneCountRequest
-
Packages that use GetHostedZoneCountRequest Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of GetHostedZoneCountRequest in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 with parameters of type GetHostedZoneCountRequest Modifier and Type Method Description GetHostedZoneCountResult
AbstractAmazonRoute53. getHostedZoneCount(GetHostedZoneCountRequest request)
GetHostedZoneCountResult
AmazonRoute53. getHostedZoneCount(GetHostedZoneCountRequest getHostedZoneCountRequest)
To retrieve a count of all your hosted zones, send aGET
request to the/Route 53 API version/hostedzonecount
resource.GetHostedZoneCountResult
AmazonRoute53Client. getHostedZoneCount(GetHostedZoneCountRequest getHostedZoneCountRequest)
To retrieve a count of all your hosted zones, send aGET
request to the/Route 53 API version/hostedzonecount
resource.Future<GetHostedZoneCountResult>
AbstractAmazonRoute53Async. getHostedZoneCountAsync(GetHostedZoneCountRequest request)
Future<GetHostedZoneCountResult>
AbstractAmazonRoute53Async. getHostedZoneCountAsync(GetHostedZoneCountRequest request, AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)
Future<GetHostedZoneCountResult>
AmazonRoute53Async. getHostedZoneCountAsync(GetHostedZoneCountRequest getHostedZoneCountRequest)
To retrieve a count of all your hosted zones, send aGET
request to the/Route 53 API version/hostedzonecount
resource.Future<GetHostedZoneCountResult>
AmazonRoute53Async. getHostedZoneCountAsync(GetHostedZoneCountRequest getHostedZoneCountRequest, AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)
To retrieve a count of all your hosted zones, send aGET
request to the/Route 53 API version/hostedzonecount
resource.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 GetHostedZoneCountRequest 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 aGET
request to the/Route 53 API version/hostedzonecount
resource.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 GetHostedZoneCountRequest in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return GetHostedZoneCountRequest Modifier and Type Method Description GetHostedZoneCountRequest
GetHostedZoneCountRequest. clone()
-