Uses of Class
com.amazonaws.services.waf.model.GetChangeTokenResult
-
Packages that use GetChangeTokenResult Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of GetChangeTokenResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return GetChangeTokenResult Modifier and Type Method Description GetChangeTokenResultAbstractAWSWAF. getChangeToken(GetChangeTokenRequest request)GetChangeTokenResultAWSWAF. getChangeToken(GetChangeTokenRequest getChangeTokenRequest)When you want to create, update, or delete AWS WAF objects, get a change token and include the change token in the create, update, or delete request.GetChangeTokenResultAWSWAFClient. getChangeToken(GetChangeTokenRequest getChangeTokenRequest)When you want to create, update, or delete AWS WAF objects, get a change token and include the change token in the create, update, or delete request.Methods in com.amazonaws.services.waf that return types with arguments of type GetChangeTokenResult Modifier and Type Method Description Future<GetChangeTokenResult>AbstractAWSWAFAsync. getChangeTokenAsync(GetChangeTokenRequest request)Future<GetChangeTokenResult>AbstractAWSWAFAsync. getChangeTokenAsync(GetChangeTokenRequest request, AsyncHandler<GetChangeTokenRequest,GetChangeTokenResult> asyncHandler)Future<GetChangeTokenResult>AWSWAFAsync. getChangeTokenAsync(GetChangeTokenRequest getChangeTokenRequest)When you want to create, update, or delete AWS WAF objects, get a change token and include the change token in the create, update, or delete request.Future<GetChangeTokenResult>AWSWAFAsync. getChangeTokenAsync(GetChangeTokenRequest getChangeTokenRequest, AsyncHandler<GetChangeTokenRequest,GetChangeTokenResult> asyncHandler)When you want to create, update, or delete AWS WAF objects, get a change token and include the change token in the create, update, or delete request.Future<GetChangeTokenResult>AWSWAFAsyncClient. getChangeTokenAsync(GetChangeTokenRequest request)Future<GetChangeTokenResult>AWSWAFAsyncClient. getChangeTokenAsync(GetChangeTokenRequest request, AsyncHandler<GetChangeTokenRequest,GetChangeTokenResult> asyncHandler)Method parameters in com.amazonaws.services.waf with type arguments of type GetChangeTokenResult Modifier and Type Method Description Future<GetChangeTokenResult>AbstractAWSWAFAsync. getChangeTokenAsync(GetChangeTokenRequest request, AsyncHandler<GetChangeTokenRequest,GetChangeTokenResult> asyncHandler)Future<GetChangeTokenResult>AWSWAFAsync. getChangeTokenAsync(GetChangeTokenRequest getChangeTokenRequest, AsyncHandler<GetChangeTokenRequest,GetChangeTokenResult> asyncHandler)When you want to create, update, or delete AWS WAF objects, get a change token and include the change token in the create, update, or delete request.Future<GetChangeTokenResult>AWSWAFAsyncClient. getChangeTokenAsync(GetChangeTokenRequest request, AsyncHandler<GetChangeTokenRequest,GetChangeTokenResult> asyncHandler) -
Uses of GetChangeTokenResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return GetChangeTokenResult Modifier and Type Method Description GetChangeTokenResultGetChangeTokenResult. clone()GetChangeTokenResultGetChangeTokenResult. withChangeToken(String changeToken)TheChangeTokenthat you used in the request.
-