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 GetHostedZoneCountResult
AbstractAmazonRoute53. getHostedZoneCount()
GetHostedZoneCountResult
AbstractAmazonRoute53. getHostedZoneCount(GetHostedZoneCountRequest request)
GetHostedZoneCountResult
AmazonRoute53. getHostedZoneCount()
Simplified method form for invoking the GetHostedZoneCount operation.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()
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.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 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()
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 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 GetHostedZoneCountResult in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return GetHostedZoneCountResult Modifier and Type Method Description GetHostedZoneCountResult
GetHostedZoneCountResult. clone()
GetHostedZoneCountResult
GetHostedZoneCountResult. withHostedZoneCount(Long hostedZoneCount)
The number of hosted zones associated with the current AWS account.
-