Uses of Class
com.amazonaws.services.route53.model.ListChangeBatchesByHostedZoneRequest
-
Packages that use ListChangeBatchesByHostedZoneRequest Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of ListChangeBatchesByHostedZoneRequest in com.amazonaws.services.route53
Method parameters in com.amazonaws.services.route53 with type arguments of type ListChangeBatchesByHostedZoneRequest Modifier and Type Method Description Future<ListChangeBatchesByHostedZoneResult>
AbstractAmazonRoute53Async. listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest request, AsyncHandler<ListChangeBatchesByHostedZoneRequest,ListChangeBatchesByHostedZoneResult> asyncHandler)
Deprecated.Future<ListChangeBatchesByHostedZoneResult>
AmazonRoute53Async. listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest listChangeBatchesByHostedZoneRequest, AsyncHandler<ListChangeBatchesByHostedZoneRequest,ListChangeBatchesByHostedZoneResult> asyncHandler)
Deprecated.Future<ListChangeBatchesByHostedZoneResult>
AmazonRoute53AsyncClient. listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest request, AsyncHandler<ListChangeBatchesByHostedZoneRequest,ListChangeBatchesByHostedZoneResult> asyncHandler)
Deprecated. -
Uses of ListChangeBatchesByHostedZoneRequest in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ListChangeBatchesByHostedZoneRequest Modifier and Type Method 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.
-