Uses of Class
com.amazonaws.services.route53.model.ListChangeBatchesByRRSetRequest
-
Packages that use ListChangeBatchesByRRSetRequest Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of ListChangeBatchesByRRSetRequest in com.amazonaws.services.route53
Method parameters in com.amazonaws.services.route53 with type arguments of type ListChangeBatchesByRRSetRequest Modifier and Type Method Description Future<ListChangeBatchesByRRSetResult>AbstractAmazonRoute53Async. listChangeBatchesByRRSetAsync(ListChangeBatchesByRRSetRequest request, AsyncHandler<ListChangeBatchesByRRSetRequest,ListChangeBatchesByRRSetResult> asyncHandler)Deprecated.Future<ListChangeBatchesByRRSetResult>AmazonRoute53Async. listChangeBatchesByRRSetAsync(ListChangeBatchesByRRSetRequest listChangeBatchesByRRSetRequest, AsyncHandler<ListChangeBatchesByRRSetRequest,ListChangeBatchesByRRSetResult> asyncHandler)Deprecated.Future<ListChangeBatchesByRRSetResult>AmazonRoute53AsyncClient. listChangeBatchesByRRSetAsync(ListChangeBatchesByRRSetRequest request, AsyncHandler<ListChangeBatchesByRRSetRequest,ListChangeBatchesByRRSetResult> asyncHandler)Deprecated. -
Uses of ListChangeBatchesByRRSetRequest in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ListChangeBatchesByRRSetRequest Modifier and Type Method Description ListChangeBatchesByRRSetRequestListChangeBatchesByRRSetRequest. clone()ListChangeBatchesByRRSetRequestListChangeBatchesByRRSetRequest. withEndDate(String endDate)The end of the time period you want to see changes for.ListChangeBatchesByRRSetRequestListChangeBatchesByRRSetRequest. withHostedZoneId(String hostedZoneId)The ID of the hosted zone that you want to see changes for.ListChangeBatchesByRRSetRequestListChangeBatchesByRRSetRequest. withMarker(String marker)The page marker.ListChangeBatchesByRRSetRequestListChangeBatchesByRRSetRequest. withMaxItems(String maxItems)The maximum number of items on a page.ListChangeBatchesByRRSetRequestListChangeBatchesByRRSetRequest. withName(String name)The name of the RRSet that you want to see changes for.ListChangeBatchesByRRSetRequestListChangeBatchesByRRSetRequest. withSetIdentifier(String setIdentifier)The identifier of the RRSet that you want to see changes for.ListChangeBatchesByRRSetRequestListChangeBatchesByRRSetRequest. withStartDate(String startDate)The start of the time period you want to see changes for.ListChangeBatchesByRRSetRequestListChangeBatchesByRRSetRequest. withType(RRType type)The type of the RRSet that you want to see changes for.ListChangeBatchesByRRSetRequestListChangeBatchesByRRSetRequest. withType(String type)The type of the RRSet that you want to see changes for.
-