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 ListChangeBatchesByHostedZoneResult
AbstractAmazonRoute53. listChangeBatchesByHostedZone(ListChangeBatchesByHostedZoneRequest request)
Deprecated.ListChangeBatchesByHostedZoneResult
AmazonRoute53. listChangeBatchesByHostedZone(ListChangeBatchesByHostedZoneRequest listChangeBatchesByHostedZoneRequest)
Deprecated.ListChangeBatchesByHostedZoneResult
AmazonRoute53Client. 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 ListChangeBatchesByHostedZoneResult
ListChangeBatchesByHostedZoneResult. clone()
Deprecated.ListChangeBatchesByHostedZoneResult
ListChangeBatchesByHostedZoneResult. withChangeBatchRecords(ChangeBatchRecord... changeBatchRecords)
Deprecated.The change batches within the given hosted zone and time period.ListChangeBatchesByHostedZoneResult
ListChangeBatchesByHostedZoneResult. withChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)
Deprecated.The change batches within the given hosted zone and time period.ListChangeBatchesByHostedZoneResult
ListChangeBatchesByHostedZoneResult. withIsTruncated(Boolean isTruncated)
Deprecated.A flag that indicates if there are more change batches to list.ListChangeBatchesByHostedZoneResult
ListChangeBatchesByHostedZoneResult. withMarker(String marker)
Deprecated.The page marker.ListChangeBatchesByHostedZoneResult
ListChangeBatchesByHostedZoneResult. withMaxItems(String maxItems)
Deprecated.The maximum number of items on a page.ListChangeBatchesByHostedZoneResult
ListChangeBatchesByHostedZoneResult. withNextMarker(String nextMarker)
Deprecated.The next page marker.
-