| Package | Description |
|---|---|
| com.amazonaws.services.route53 | |
| 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.
|
Future<GetHostedZoneLimitResult> |
AmazonRoute53AsyncClient.getHostedZoneLimitAsync(GetHostedZoneLimitRequest request) |
Future<GetHostedZoneLimitResult> |
AmazonRoute53Async.getHostedZoneLimitAsync(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.
|
Future<GetHostedZoneLimitResult> |
AbstractAmazonRoute53Async.getHostedZoneLimitAsync(GetHostedZoneLimitRequest request) |
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 |
|---|---|
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 |
|---|---|
GetHostedZoneLimitRequest |
GetHostedZoneLimitRequest.clone() |
GetHostedZoneLimitRequest |
GetHostedZoneLimitRequest.withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to get a limit for.
|
GetHostedZoneLimitRequest |
GetHostedZoneLimitRequest.withType(HostedZoneLimitType type)
The limit that you want to get.
|
GetHostedZoneLimitRequest |
GetHostedZoneLimitRequest.withType(String type)
The limit that you want to get.
|
Copyright © 2018. All rights reserved.