Uses of Class
com.amazonaws.services.route53.model.ListChangeBatchesByHostedZoneRequest
Packages that use ListChangeBatchesByHostedZoneRequest
-
Uses of ListChangeBatchesByHostedZoneRequest in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 with parameters of type ListChangeBatchesByHostedZoneRequestModifier and TypeMethodDescriptionAbstractAmazonRoute53.listChangeBatchesByHostedZone(ListChangeBatchesByHostedZoneRequest request) Deprecated.AmazonRoute53.listChangeBatchesByHostedZone(ListChangeBatchesByHostedZoneRequest listChangeBatchesByHostedZoneRequest) Deprecated.AmazonRoute53Client.listChangeBatchesByHostedZone(ListChangeBatchesByHostedZoneRequest listChangeBatchesByHostedZoneRequest) Deprecated.AbstractAmazonRoute53Async.listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest request) Deprecated.AbstractAmazonRoute53Async.listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest request, AsyncHandler<ListChangeBatchesByHostedZoneRequest, ListChangeBatchesByHostedZoneResult> asyncHandler) Deprecated.AmazonRoute53Async.listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest listChangeBatchesByHostedZoneRequest) Deprecated.AmazonRoute53Async.listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest listChangeBatchesByHostedZoneRequest, AsyncHandler<ListChangeBatchesByHostedZoneRequest, ListChangeBatchesByHostedZoneResult> asyncHandler) Deprecated.AmazonRoute53AsyncClient.listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest request) Deprecated.AmazonRoute53AsyncClient.listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest request, AsyncHandler<ListChangeBatchesByHostedZoneRequest, ListChangeBatchesByHostedZoneResult> asyncHandler) Deprecated.Method parameters in com.amazonaws.services.route53 with type arguments of type ListChangeBatchesByHostedZoneRequestModifier and TypeMethodDescriptionAbstractAmazonRoute53Async.listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest request, AsyncHandler<ListChangeBatchesByHostedZoneRequest, ListChangeBatchesByHostedZoneResult> asyncHandler) Deprecated.AmazonRoute53Async.listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest listChangeBatchesByHostedZoneRequest, AsyncHandler<ListChangeBatchesByHostedZoneRequest, ListChangeBatchesByHostedZoneResult> asyncHandler) Deprecated.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 ListChangeBatchesByHostedZoneRequestModifier and TypeMethodDescriptionListChangeBatchesByHostedZoneRequest.clone()ListChangeBatchesByHostedZoneRequest.withEndDate(String endDate) The end of the time period you want to see changes for.ListChangeBatchesByHostedZoneRequest.withHostedZoneId(String hostedZoneId) The ID of the hosted zone that you want to see changes for.ListChangeBatchesByHostedZoneRequest.withMarker(String marker) The page marker.ListChangeBatchesByHostedZoneRequest.withMaxItems(String maxItems) The maximum number of items on a page.ListChangeBatchesByHostedZoneRequest.withStartDate(String startDate) The start of the time period you want to see changes for.