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 ListChangeBatchesByRRSetRequest
ListChangeBatchesByRRSetRequest. clone()
ListChangeBatchesByRRSetRequest
ListChangeBatchesByRRSetRequest. withEndDate(String endDate)
The end of the time period you want to see changes for.ListChangeBatchesByRRSetRequest
ListChangeBatchesByRRSetRequest. withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to see changes for.ListChangeBatchesByRRSetRequest
ListChangeBatchesByRRSetRequest. withMarker(String marker)
The page marker.ListChangeBatchesByRRSetRequest
ListChangeBatchesByRRSetRequest. withMaxItems(String maxItems)
The maximum number of items on a page.ListChangeBatchesByRRSetRequest
ListChangeBatchesByRRSetRequest. withName(String name)
The name of the RRSet that you want to see changes for.ListChangeBatchesByRRSetRequest
ListChangeBatchesByRRSetRequest. withSetIdentifier(String setIdentifier)
The identifier of the RRSet that you want to see changes for.ListChangeBatchesByRRSetRequest
ListChangeBatchesByRRSetRequest. withStartDate(String startDate)
The start of the time period you want to see changes for.ListChangeBatchesByRRSetRequest
ListChangeBatchesByRRSetRequest. withType(RRType type)
The type of the RRSet that you want to see changes for.ListChangeBatchesByRRSetRequest
ListChangeBatchesByRRSetRequest. withType(String type)
The type of the RRSet that you want to see changes for.
-