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