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 GetChangeTokenResult
AbstractAWSWAF. getChangeToken(GetChangeTokenRequest request)
GetChangeTokenResult
AWSWAF. 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.GetChangeTokenResult
AWSWAFClient. 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 GetChangeTokenResult
GetChangeTokenResult. clone()
GetChangeTokenResult
GetChangeTokenResult. withChangeToken(String changeToken)
TheChangeToken
that you used in the request.
-