Uses of Class
com.amazonaws.services.route53.model.ListChangeBatchesByHostedZoneResult
-
Packages that use ListChangeBatchesByHostedZoneResult Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of ListChangeBatchesByHostedZoneResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return ListChangeBatchesByHostedZoneResult Modifier and Type Method Description ListChangeBatchesByHostedZoneResultAbstractAmazonRoute53. listChangeBatchesByHostedZone(ListChangeBatchesByHostedZoneRequest request)Deprecated.ListChangeBatchesByHostedZoneResultAmazonRoute53. listChangeBatchesByHostedZone(ListChangeBatchesByHostedZoneRequest listChangeBatchesByHostedZoneRequest)Deprecated.ListChangeBatchesByHostedZoneResultAmazonRoute53Client. listChangeBatchesByHostedZone(ListChangeBatchesByHostedZoneRequest listChangeBatchesByHostedZoneRequest)Deprecated.Method parameters in com.amazonaws.services.route53 with type arguments of type ListChangeBatchesByHostedZoneResult 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 ListChangeBatchesByHostedZoneResult in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ListChangeBatchesByHostedZoneResult Modifier and Type Method Description ListChangeBatchesByHostedZoneResultListChangeBatchesByHostedZoneResult. clone()Deprecated.ListChangeBatchesByHostedZoneResultListChangeBatchesByHostedZoneResult. withChangeBatchRecords(ChangeBatchRecord... changeBatchRecords)Deprecated.The change batches within the given hosted zone and time period.ListChangeBatchesByHostedZoneResultListChangeBatchesByHostedZoneResult. withChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)Deprecated.The change batches within the given hosted zone and time period.ListChangeBatchesByHostedZoneResultListChangeBatchesByHostedZoneResult. withIsTruncated(Boolean isTruncated)Deprecated.A flag that indicates if there are more change batches to list.ListChangeBatchesByHostedZoneResultListChangeBatchesByHostedZoneResult. withMarker(String marker)Deprecated.The page marker.ListChangeBatchesByHostedZoneResultListChangeBatchesByHostedZoneResult. withMaxItems(String maxItems)Deprecated.The maximum number of items on a page.ListChangeBatchesByHostedZoneResultListChangeBatchesByHostedZoneResult. withNextMarker(String nextMarker)Deprecated.The next page marker.
-