Package | Description |
---|---|
com.amazonaws.services.route53 | |
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
Future<ListChangeBatchesByHostedZoneResult> |
AbstractAmazonRoute53Async.listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest request,
AsyncHandler<ListChangeBatchesByHostedZoneRequest,ListChangeBatchesByHostedZoneResult> asyncHandler)
Deprecated.
|
Future<ListChangeBatchesByHostedZoneResult> |
AmazonRoute53AsyncClient.listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest request,
AsyncHandler<ListChangeBatchesByHostedZoneRequest,ListChangeBatchesByHostedZoneResult> asyncHandler)
Deprecated.
|
Future<ListChangeBatchesByHostedZoneResult> |
AmazonRoute53Async.listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest listChangeBatchesByHostedZoneRequest,
AsyncHandler<ListChangeBatchesByHostedZoneRequest,ListChangeBatchesByHostedZoneResult> asyncHandler)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ListChangeBatchesByHostedZoneRequest |
ListChangeBatchesByHostedZoneRequest.clone() |
ListChangeBatchesByHostedZoneRequest |
ListChangeBatchesByHostedZoneRequest.withEndDate(String endDate)
The end of the time period you want to see changes for.
|
ListChangeBatchesByHostedZoneRequest |
ListChangeBatchesByHostedZoneRequest.withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to see changes for.
|
ListChangeBatchesByHostedZoneRequest |
ListChangeBatchesByHostedZoneRequest.withMarker(String marker)
The page marker.
|
ListChangeBatchesByHostedZoneRequest |
ListChangeBatchesByHostedZoneRequest.withMaxItems(String maxItems)
The maximum number of items on a page.
|
ListChangeBatchesByHostedZoneRequest |
ListChangeBatchesByHostedZoneRequest.withStartDate(String startDate)
The start of the time period you want to see changes for.
|
Copyright © 2018. All rights reserved.