| Package | Description |
|---|---|
| com.amazonaws.services.route53 |
Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
GetHostedZoneLimitResult |
AbstractAmazonRoute53.getHostedZoneLimit(GetHostedZoneLimitRequest request) |
GetHostedZoneLimitResult |
AmazonRoute53Client.getHostedZoneLimit(GetHostedZoneLimitRequest request)
Gets the specified limit for a specified hosted zone, for example, the maximum number of records that you can
create in the hosted zone.
|
GetHostedZoneLimitResult |
AmazonRoute53.getHostedZoneLimit(GetHostedZoneLimitRequest getHostedZoneLimitRequest)
Gets the specified limit for a specified hosted zone, for example, the maximum number of records that you can
create in the hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetHostedZoneLimitResult> |
AmazonRoute53AsyncClient.getHostedZoneLimitAsync(GetHostedZoneLimitRequest request,
AsyncHandler<GetHostedZoneLimitRequest,GetHostedZoneLimitResult> asyncHandler) |
Future<GetHostedZoneLimitResult> |
AmazonRoute53Async.getHostedZoneLimitAsync(GetHostedZoneLimitRequest getHostedZoneLimitRequest,
AsyncHandler<GetHostedZoneLimitRequest,GetHostedZoneLimitResult> asyncHandler)
Gets the specified limit for a specified hosted zone, for example, the maximum number of records that you can
create in the hosted zone.
|
Future<GetHostedZoneLimitResult> |
AbstractAmazonRoute53Async.getHostedZoneLimitAsync(GetHostedZoneLimitRequest request,
AsyncHandler<GetHostedZoneLimitRequest,GetHostedZoneLimitResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetHostedZoneLimitResult |
GetHostedZoneLimitResult.clone() |
GetHostedZoneLimitResult |
GetHostedZoneLimitResult.withCount(Long count)
The current number of entities that you have created of the specified type.
|
GetHostedZoneLimitResult |
GetHostedZoneLimitResult.withLimit(HostedZoneLimit limit)
The current setting for the specified limit.
|
Copyright © 2020. All rights reserved.