Uses of Class
com.amazonaws.services.route53.model.GetChangeResult
-
Packages that use GetChangeResult Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of GetChangeResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return GetChangeResult Modifier and Type Method Description GetChangeResultAbstractAmazonRoute53. getChange(GetChangeRequest request)GetChangeResultAmazonRoute53. getChange(GetChangeRequest getChangeRequest)This action returns the current status of a change batch request.GetChangeResultAmazonRoute53Client. getChange(GetChangeRequest getChangeRequest)This action returns the current status of a change batch request.Methods in com.amazonaws.services.route53 that return types with arguments of type GetChangeResult Modifier and Type Method Description Future<GetChangeResult>AbstractAmazonRoute53Async. getChangeAsync(GetChangeRequest request)Future<GetChangeResult>AbstractAmazonRoute53Async. getChangeAsync(GetChangeRequest request, AsyncHandler<GetChangeRequest,GetChangeResult> asyncHandler)Future<GetChangeResult>AmazonRoute53Async. getChangeAsync(GetChangeRequest getChangeRequest)This action returns the current status of a change batch request.Future<GetChangeResult>AmazonRoute53Async. getChangeAsync(GetChangeRequest getChangeRequest, AsyncHandler<GetChangeRequest,GetChangeResult> asyncHandler)This action returns the current status of a change batch request.Future<GetChangeResult>AmazonRoute53AsyncClient. getChangeAsync(GetChangeRequest request)Future<GetChangeResult>AmazonRoute53AsyncClient. getChangeAsync(GetChangeRequest request, AsyncHandler<GetChangeRequest,GetChangeResult> asyncHandler)Method parameters in com.amazonaws.services.route53 with type arguments of type GetChangeResult Modifier and Type Method Description Future<GetChangeResult>AbstractAmazonRoute53Async. getChangeAsync(GetChangeRequest request, AsyncHandler<GetChangeRequest,GetChangeResult> asyncHandler)Future<GetChangeResult>AmazonRoute53Async. getChangeAsync(GetChangeRequest getChangeRequest, AsyncHandler<GetChangeRequest,GetChangeResult> asyncHandler)This action returns the current status of a change batch request.Future<GetChangeResult>AmazonRoute53AsyncClient. getChangeAsync(GetChangeRequest request, AsyncHandler<GetChangeRequest,GetChangeResult> asyncHandler) -
Uses of GetChangeResult in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return GetChangeResult Modifier and Type Method Description GetChangeResultGetChangeResult. clone()GetChangeResultGetChangeResult. withChangeInfo(ChangeInfo changeInfo)A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.
-