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 ListChangeBatchesByHostedZoneRequestListChangeBatchesByHostedZoneRequest. clone()ListChangeBatchesByHostedZoneRequestListChangeBatchesByHostedZoneRequest. withEndDate(String endDate)The end of the time period you want to see changes for.ListChangeBatchesByHostedZoneRequestListChangeBatchesByHostedZoneRequest. withHostedZoneId(String hostedZoneId)The ID of the hosted zone that you want to see changes for.ListChangeBatchesByHostedZoneRequestListChangeBatchesByHostedZoneRequest. withMarker(String marker)The page marker.ListChangeBatchesByHostedZoneRequestListChangeBatchesByHostedZoneRequest. withMaxItems(String maxItems)The maximum number of items on a page.ListChangeBatchesByHostedZoneRequestListChangeBatchesByHostedZoneRequest. withStartDate(String startDate)The start of the time period you want to see changes for.
-